connect method
Opens the connection and starts emitting TransportEvents.
Implementation
@override
Future<void> connect() async {
_reconnectAttempt = 0;
await _doConnect();
}
Opens the connection and starts emitting TransportEvents.
@override
Future<void> connect() async {
_reconnectAttempt = 0;
await _doConnect();
}