removeNativeView static method

Future<void> removeNativeView(
  1. int viewId
)

Remove the video renderer Widget.

Implementation

static Future<void> removeNativeView(int viewId) async {
  print("uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu$viewId");
  await _channel.invokeMethod('removeNativeView', {'viewId': viewId});
}