grab_Pre method

Future<GrabResponse> grab_Pre(
  1. ServiceCall call,
  2. Future<GrabRequest> request
)

Implementation

$async.Future<$22.GrabResponse> grab_Pre($grpc.ServiceCall call, $async.Future<$22.GrabRequest> request) async {
  return grab(call, await request);
}