initInterListeners static method
Implementation
static initInterListeners(FullScreenAdCallbacks fullScreenAdCallbacks) {
methodChannel.setMethodCallHandler(
(call) {
return myUtilsHandler(call, fullScreenAdCallbacks);
},
);
}
static initInterListeners(FullScreenAdCallbacks fullScreenAdCallbacks) {
methodChannel.setMethodCallHandler(
(call) {
return myUtilsHandler(call, fullScreenAdCallbacks);
},
);
}