registerChannel method
Implementation
void registerChannel(int id,AdWidgetNeedCloseCall? closeWidgetCall) {
_channel = MethodChannel('${AMPSPlatformViewRegistry.ampsSdkInterstitialViewId}$id');
setMethodCallHandler(closeWidgetCall);
}
void registerChannel(int id,AdWidgetNeedCloseCall? closeWidgetCall) {
_channel = MethodChannel('${AMPSPlatformViewRegistry.ampsSdkInterstitialViewId}$id');
setMethodCallHandler(closeWidgetCall);
}