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