connect abstract method
Connect to the SignalR Server with given baseUrl & hubName.
queryString is a optional field to send query to server.
Returns the connectionId.
Implementation
Future<String?> connect();
Connect to the SignalR Server with given baseUrl & hubName.
queryString is a optional field to send query to server.
Returns the connectionId.
Future<String?> connect();