disconnectOtherRoom method Null safety

Future<void> disconnectOtherRoom()

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');
}