We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cec40d commit f33349cCopy full SHA for f33349c
CHANGELOG.md
@@ -3,7 +3,7 @@
3
--------------------------------------------
4
[1.0.5] - 2022-05-31
5
6
-* Added Function(int currentAmount, int changedAmount)? onBufferedAmountChange callback.
+* Added Function(int currentAmount, int changedAmount)? onBufferedAmountChange callback and set bufferedAmount as non nullable.
7
8
[1.0.4] - 2022-05-08
9
lib/src/rtc_data_channel.dart
@@ -77,7 +77,7 @@ abstract class RTCDataChannel {
77
/// Get channel label
78
String? get label;
79
80
- int? get bufferedAmount;
+ int get bufferedAmount;
81
82
/// Stream of state change events. Emits the new state on change.
83
/// Closes when the [RTCDataChannel] is closed.
0 commit comments