showBanner abstract method

Future<bool> showBanner(
  1. String placement
)

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

Implementation

Future<bool> showBanner(String placement);