getLocations abstract method

Future<List<Location>> getLocations({
  1. int? limit,
})

Implementation

Future<List<Location>> getLocations({int? limit});