notixInterstitialLoaderStopLoading method

void notixInterstitialLoaderStopLoading(
  1. String uuid
)

Implementation

void notixInterstitialLoaderStopLoading(String uuid) async {
  await methodChannel.invokeMethod<void>(
      'notixInterstitialLoaderStopLoading', {'uuid': uuid});
}