BannerAdShown method

Future<void> BannerAdShown()

Implementation

Future<void> BannerAdShown() async {
  return _instance.BannerAdShown();
}