Check if a key exists. Convenience for (await head(key)) != null.
(await head(key)) != null
Future<bool> exists(String key);