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