destroyPlatView method

Future<void> destroyPlatView()

Implementation

Future<void> destroyPlatView() {
  print("[Flutter] BRTCVideoViewController destroyPlatView " + _channel.name.toString());
  return _channel.invokeMethod('destroyPlatView');
}