@override Future<void> disconnect() async { _checkInitialized(); core.logger.i('[$runtimeType]: Disconnecting from relay'); await _disconnect(); }