getDepots abstract method

  1. @GET('/depots')
Future<List<Depot>> getDepots(
  1. @Query("clusterOrRegion") String? clusterOrRegion
)

********** Depots API ********** ///

Implementation

@GET('/depots')
Future<List<Depot>> getDepots(
    @Query("clusterOrRegion") String? clusterOrRegion);