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