init static method

Future<void> init()

Implementation

static Future<void> init() async {
  Ads.instance.channel.invokeMethod('HwAds-init');
}