feat : map and generate fake location

This commit is contained in:
2025-04-12 11:07:52 +03:30
parent 0286725ac6
commit 39578bcff3
4 changed files with 38 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
sealed class SupervisionRoutes {
SupervisionRoutes._();
static const supervision = '/supervision';
}
static const supervisionAction = '/supervision/action';
static const supervisionUserSetting = '/supervision/userSettings';
}