feat : cashing data in local storage and send it
This commit is contained in:
@@ -8,7 +8,7 @@ import 'presentation/routes/auth_route_resolver_impl.dart';
|
||||
|
||||
Future<void> main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
await Hive.initFlutter();
|
||||
await setupPreInjection();
|
||||
Get.put(TokenStorageService());
|
||||
await Get.find<TokenStorageService>().init();
|
||||
|
||||
Reference in New Issue
Block a user