Remove unused method

This commit is contained in:
Neeraj Gupta 2023-04-03 17:17:44 +05:30
parent 351087cb36
commit 46ea1a83fb
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -93,12 +93,6 @@ class LocationService {
}
return false;
}
List<String> getFilesByLocation(LocationTag locationTag) {
var fileList = prefs.getStringList("location_${locationTag.name}");
fileList ??= [];
return fileList;
}
}
class GPSData {