Checks if key exists.
key
Returns 1 if the key exists, 0 otherwise.
1
0
Future<int> exists(String key);