remove final from _path in ws

This commit is contained in:
Salvatore Giordano
2021-05-03 16:21:48 +02:00
parent c41e9e8a2e
commit 21792b355c
@@ -113,7 +113,7 @@ class WebSocket {
Stream<ConnectionStatus> get connectionStatusStream =>
_connectionStatusController.stream;
late final String _path;
late String _path;
int _retryAttempt = 1;
late WebSocketChannel _channel;
Timer? _healthCheck, _reconnectionMonitor;