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