Future<bool> containsKey(String key) async { await init(); return Future<bool>.value(_prefs!.containsKey(_getPrefixedKey(key))); }