dispatch abstract method

Future<Event> dispatch(
  1. ServiceCall call,
  2. Event request
)

Implementation

$async.Future<$0.Event> dispatch($grpc.ServiceCall call, $0.Event request);