fix : twice back press for exit application on live stock

This commit is contained in:
2025-08-25 09:56:50 +03:30
parent 80e3b01998
commit 3bd3ecbf50
4 changed files with 37 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ sealed class LiveStockRoutes {
static const auth = '/AuthLiveStock';
static const init = '/liveStock';
static const requests = '/requests';
static const map = '/map';
static const profile = '/profile';
//static const requestTagging = '$init/tagging';