listLocations_Pre method
- ServiceCall call,
- Future<
ListLocationsRequest> request
Implementation
$async.Future<$9.ListLocationsResponse> listLocations_Pre($grpc.ServiceCall call, $async.Future<$9.ListLocationsRequest> request) async {
return listLocations(call, await request);
}