feat : profile and map
This commit is contained in:
@@ -14,6 +14,7 @@ Future<void> main() async {
|
||||
await Get.find<TokenStorageService>().init();
|
||||
Get.put<AuthRouteResolver>(AppAuthRouteResolver());
|
||||
Get.put(AuthMiddleware());
|
||||
|
||||
runApp(MyApp());
|
||||
|
||||
// runApp(DevicePreview(builder: (context) => ForDevicePreview(),));
|
||||
|
||||
Reference in New Issue
Block a user