Check if a key exists in storage.
Future<bool> storageHasKey(String key) async { return await NyStorage.hasKey(key); }