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