getLocations abstract method

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

Gets stored locations.

limit - Maximum number of locations to return.

Implementation

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