notixInterstitialShow method

void notixInterstitialShow(
  1. String uuid
)

Implementation

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