exists abstract method

Future<int> exists(
  1. String key
)

Checks if key exists.

Returns 1 if the key exists, 0 otherwise.

Implementation

Future<int> exists(String key);