instance property

Loads and parses the SharedPreferences for this app from disk.

Implementation

static Future<SharedPreferences> get instance async =>
    _prefsInstance ??= await SharedPreferences.getInstance();