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