MethodCallHandler typedef

MethodCallHandler = Future Function(MethodCall)

Implementation

typedef MethodCallHandler = Future<dynamic> Function(MethodCall);