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