hideBanner static method

Future<void> hideBanner()

Changes the visibility of loaded Banner to invisible.

  • Reloading does not take place while it's hidden.

Implementation

static Future<void> hideBanner() async {
  return _channel.invokeMethod('hideBanner');
}