Deletes associated value for the given key.
key
static Future delete(String key) async { return await StorageManager.storage.delete(key: key); }