@override Future<void> disconnectSession({required String topic}) { return methodChannel.invokeMethod('disconnectSession', {'topic': topic}); }