getLocation_Pre method

Future<GetLocationResponse> getLocation_Pre(
  1. ServiceCall call,
  2. Future<GetLocationRequest> request
)

Implementation

$async.Future<$9.GetLocationResponse> getLocation_Pre($grpc.ServiceCall call, $async.Future<$9.GetLocationRequest> request) async {
  return getLocation(call, await request);
}