mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
Unit tests added
This commit is contained in:
@@ -11,6 +11,7 @@ GetIt locator = GetIt.instance;
|
||||
|
||||
void setupLocator() {
|
||||
final dio = Dio();
|
||||
|
||||
locator.registerLazySingleton(() => PreferenceProvider());
|
||||
locator.registerLazySingleton(() => CurrencyApi(dio));
|
||||
locator.registerLazySingleton(() => BackupCurrencyApi(dio));
|
||||
|
||||
Reference in New Issue
Block a user