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