Future<bool> get isShowing async { Map<String, dynamic> values = { 'adUnitId': adUnitId }; return await _channel.invokeMethod('isShowing', values); }