Clear all key-valure pairs from SharedPreferences.
Future<bool> clear({bool notify = true}) async { assert(_key != null); return _decorator.clear(notify: notify); }