getInstance static method
Loads and parses the SharedPreferences for this app from disk.
Implementation
static Future<SharedPreferences> getInstance() async => instance;
Loads and parses the SharedPreferences for this app from disk.
static Future<SharedPreferences> getInstance() async => instance;