updateLocation_Pre method
- ServiceCall call,
- Future<
UpdateLocationRequest> request
Implementation
$async.Future<$9.UpdateLocationResponse> updateLocation_Pre($grpc.ServiceCall call, $async.Future<$9.UpdateLocationRequest> request) async {
return updateLocation(call, await request);
}