read method

  1. @override
String? read()
override

Implementation

@override
String? read() {
  return _sharedPreferences.getString(_path);
}