Skip to content

Commit d1f23db

Browse files
committed
chore
1 parent b7223e4 commit d1f23db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/lib/buffer_stream/websocket.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ class _WebsocketExampleState extends State<WebsocketExample> {
198198
sampleRate: sampleRate[srId],
199199
channels: Channels.values[chId],
200200
format: BufferType.values[fmtId],
201+
// ignore: avoid_redundant_argument_values
201202
bufferingType: BufferingType.preserved,
202203
onBuffering: (isBuffering, handle, time) async {
203204
debugPrint('started buffering? $isBuffering with '

0 commit comments

Comments
 (0)