fix : onTap marker

This commit is contained in:
2025-04-15 13:33:26 +03:30
parent 1a31d4cdbf
commit a754ac6873
9 changed files with 123 additions and 52 deletions

View File

@@ -4,4 +4,5 @@ sealed class SupervisionRoutes {
static const supervision = '/supervision';
static const supervisionAction = '/supervision/action';
static const supervisionUserSetting = '/supervision/userSettings';
static const supervisionLocationDetails= '/supervision/locationDetails';
}