exists method

Future<bool> exists()

Check if key is wrote

Implementation

Future<bool> exists() async => await read() != null;