Returns true if the given key exists in preferences.
true
key
static bool contains(String key) => _instance.containsKey(key);