showBanner method

Future<void> showBanner()

Implementation

Future<void> showBanner() async {
  await _platform.invokeMethod('showBanner');
}