MethodCallHandler typedef

MethodCallHandler = FutureOr<void> Function(Map args)

Implementation

typedef FutureOr<void> MethodCallHandler(Map args);