feat: new pages and with binding ...
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
|
||||
part of 'app_pages.dart';
|
||||
|
||||
sealed class LiveStockRoutes {
|
||||
LiveStockRoutes._();
|
||||
|
||||
static const init = '/liveStockRoutesInit';
|
||||
static const init = '/liveStock';
|
||||
static const action = '$init/liveStock';
|
||||
static const map = '$init/liveStock';
|
||||
static const profile = '$init/profile';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user