Handler typedef

Handler = Future Function(MethodCall call)

Implementation

typedef Handler = Future Function(MethodCall call);