interstitial method

  1. @override
Future interstitial(
  1. int zoneId
)
override

Implementation

@override
Future<dynamic> interstitial(int zoneId) async {
  final response = await methodChannel.invokeMethod(
      "notixInterstitialLoaderStartLoading", {"zoneId": zoneId});
  log(response.toString());
}