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