File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/src/support/websocket Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class _SoundWaveformWidgetState extends State<SoundWaveformWidget> with TickerPr
102102 duration: Duration (
103103 milliseconds: widget.durationInMilliseconds,
104104 ))
105- ..repeat (); // ignore: discarded_futures
105+ ..repeat (); // ignore: discarded_futures
106106 }
107107
108108 @override
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class LiveKitWebSocketWeb extends LiveKitWebSocket {
4040 LiveKitWebSocketWeb ._(
4141 this ._ws, [
4242 this .options,
43- Map <String , String >? headers, // ignore: unused_element_parameter
43+ Map <String , String >? headers, // ignore: unused_element_parameter
4444 ]) {
4545 _ws.binaryType = 'arraybuffer' ;
4646 _messageSubscription = _ws.onMessage.listen ((_) {
You can’t perform that action at this time.
0 commit comments