exists abstract method

Future<bool> exists(
  1. String key
)

Check if key exists in local storage

Implementation

Future<bool> exists(String key);