Delete data from the storage class.
Future storageDelete(String key) async { return await NyStorage.clear(key); }