hideBanner method

Future<void> hideBanner()

Implementation

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