listLocations method
ResponseFuture<ListLocationsResponse>
listLocations(
- ListLocationsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$9.ListLocationsResponse> listLocations($9.ListLocationsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$listLocations, request, options: options);
}