Initializes the HUAWEI Ads SDK with app code.
static Future<void> initWithAppCode(String appCode) async { Ads.instance.channel.invokeMethod( 'HwAds-initWithAppCode', ); }