notixInterstitialLoaderStartLoading method

void notixInterstitialLoaderStartLoading(
  1. String uuid
)

Implementation

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