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