hideAd method

Future<void> hideAd()

Implementation

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