remove locked and favorite

This commit is contained in:
wuzihao051119
2025-07-16 22:00:25 +08:00
committed by mertalev
parent dc807777d6
commit 7f9bc092ac
2 changed files with 0 additions and 20 deletions
@@ -17,12 +17,6 @@ class MapFactory {
MapService remote(String ownerId) =>
MapService(_mapRepository.remote(ownerId));
MapService favorite(String ownerId) =>
MapService(_mapRepository.favorite(ownerId));
MapService locked(String ownerId) =>
MapService(_mapRepository.locked(ownerId));
}
class MapService {