MethodCallHandler typedef

MethodCallHandler = FutureOr Function(MethodCall call)

Implementation

typedef MethodCallHandler = FutureOr<dynamic> Function(MethodCall call);