init static method
dynamic
init()
Implementation
static init() async {
if (prefs != null) return;
prefs = await SharedPreferences.getInstance();
}
static init() async {
if (prefs != null) return;
prefs = await SharedPreferences.getInstance();
}