showBannerUI static method

void showBannerUI()

Shows the banner atop the current view

Implementation

static void showBannerUI() {
  _channel.invokeMethod('showBannerUI');
}