showBannerInRectangle method
Implementation
Future<String> showBannerInRectangle({
required String placementID,
required Map extraMap,
}) async {
return await AnythinkSdk.channel.invokeMethod("showBannerInRectangle", {
"placementID": placementID,
"extraDic": extraMap,
});
}