MethodCallHandler typedef

MethodCallHandler = Future<void> Function(MethodCall call)

Implementation

typedef MethodCallHandler = Future<void> Function(MethodCall call);