showBanner method

  1. @override
Future<bool> showBanner(
  1. String placement
)
override

Show banner. If auto load is enabled, no need to call loadInterstitial

Implementation

@override
Future<bool> showBanner(String placement) async {
  return true;
}