load method

void load()

Implementation

void load() async {
  SingletonBannerCallbackHandler()
      .methodChannel!
      .invokeMethod('load', {'key': key, 'zoneId': zoneId});
}