Delete data from the storage class.
Future<void> storageDelete(String key) async { await NyStorage.delete(key); }