disconnectOtherRoom method Null safety
Exit cross-room call
The result of exiting cross-room call will be returned through the onDisconnectOtherRoom callback.
Implementation
Future<void> disconnectOtherRoom() {
  return _channel.invokeMethod('disconnectOtherRoom');
}