has abstract method

Future<bool> has(
  1. String key
)

Check if a key is stored.

Implementation

Future<bool> has(String key);