exists method

  1. @override
bool exists()
override

Implementation

@override
bool exists() {
  return _sharedPreferences.containsKey(_path);
}