@override Future<void> connect({String? relayUrl}) async { _checkInitialized(); core.logger.i('[$runtimeType]: Connecting to relay'); await _connect(relayUrl: relayUrl); }