exists abstract method

Future<bool> exists(
  1. String key
)

Checks if key exists in store

Implementation

Future<bool> exists(String key);