INSTANCE property

Implementation

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