Future<String> afreshShowBannerAd({ required String placementID, }) async { return await AnythinkSdk.channel.invokeMethod("afreshShowBannerAd", { "placementID": placementID, }); }