initInterListeners static method

dynamic initInterListeners(
  1. FullScreenAdCallbacks fullScreenAdCallbacks
)

Implementation

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