init static method
Implementation
static Future<void> init() async {
_prefs = await SharedPreferences.getInstance();
_initialized = true;
}
static Future<void> init() async {
_prefs = await SharedPreferences.getInstance();
_initialized = true;
}