init static method
Implementation
static Future<void> init(GetIt locator) async {
final sharePreferences = await SharedPreferences.getInstance();
// locator.registerSingleton(PreferenceSource(sharePreferences));
}
static Future<void> init(GetIt locator) async {
final sharePreferences = await SharedPreferences.getInstance();
// locator.registerSingleton(PreferenceSource(sharePreferences));
}