Future<bool?> pause() { return Ads.instance.channel .invokeMethod("pauseAd", <String, dynamic>{'id': id, "adType": _adType}); }