handleMethod static method

Future<void> handleMethod(
  1. MethodCall call,
  2. AppLovinListener listener
)

Implementation

static Future<void> handleMethod(
    MethodCall call, AppLovinListener listener) async {
  listener(appLovinAdListener[call.method]);
}