destroyPlatformView method

Future<bool> destroyPlatformView(
  1. int viewID
)

Implementation

Future<bool> destroyPlatformView(int viewID) async {
  return await _channel
      .invokeMethod("destroyPlatformView", {"viewID": viewID});
}