exists method

Future<bool> exists(
  1. K key
)

True if the record exists.

Implementation

Future<bool> exists(K key) => _impl.existsImpl(key);