Removes the value associated with the given key.
key
static Future<bool> remove(String key) => _instance.remove(key);