instance property
Future<SharedPreferences>
get
instance
Loads and parses the SharedPreferences for this app from disk.
Implementation
static Future<SharedPreferences> get instance async =>
_prefsInstance ??= await SharedPreferences.getInstance();