showBanner method

void showBanner()

Implementation

void showBanner() {
  SingletonBannerCallbackHandler()
      .methodChannel!
      .invokeMethod('showBanner', {'key': key, 'zoneId': zoneId});
}