init static method
Initializes the SharedPreferences instance for local data storage.
Implementation
static Future init() async {
_prefs = await SharedPreferences.getInstance();
await _initializeDefaultData();
}
Initializes the SharedPreferences instance for local data storage.
static Future init() async {
_prefs = await SharedPreferences.getInstance();
await _initializeDefaultData();
}