handlerCall static method
Implementation
static Future<dynamic> handlerCall(
MethodCaller caller, List<dynamic> args, CallConfig? withOptions) =>
caller(withOptions ?? CallConfig(), args);
static Future<dynamic> handlerCall(
MethodCaller caller, List<dynamic> args, CallConfig? withOptions) =>
caller(withOptions ?? CallConfig(), args);