registerAd static method

void registerAd(
  1. AdfurikunAdBase ad
)

Implementation

static void registerAd(AdfurikunAdBase ad) {
  _channel.setMethodCallHandler(_handle);
  _adMap[ad.number] = ad;
}