remove final from _path in ws
This commit is contained in:
@@ -113,7 +113,7 @@ class WebSocket {
|
|||||||
Stream<ConnectionStatus> get connectionStatusStream =>
|
Stream<ConnectionStatus> get connectionStatusStream =>
|
||||||
_connectionStatusController.stream;
|
_connectionStatusController.stream;
|
||||||
|
|
||||||
late final String _path;
|
late String _path;
|
||||||
int _retryAttempt = 1;
|
int _retryAttempt = 1;
|
||||||
late WebSocketChannel _channel;
|
late WebSocketChannel _channel;
|
||||||
Timer? _healthCheck, _reconnectionMonitor;
|
Timer? _healthCheck, _reconnectionMonitor;
|
||||||
|
|||||||
Reference in New Issue
Block a user