getLocations method

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

Implementation

Future<List<LocationPoint>> getLocations({int? limit}) {
  throw UnimplementedError('getLocations() has not been implemented.');
}