exists abstract method

Future<bool> exists(
  1. String key
)

Check if a key exists. Convenience for (await head(key)) != null.

Implementation

Future<bool> exists(String key);