Future<bool> canShowAd() async{ final canShow = await _channel.invokeMethod<bool>('canShowAd'); return canShow ?? false; }