Returns current connection state string (e.g., CONNECTED/CONNECTING/DISCONNECTED).
Future<String> getState() async { throw UnimplementedError('getState() has not been implemented.'); }