contains abstract method

Future<bool> contains(
  1. String key
)

Checks for cached data at key.

Returns true if there is cached data at key; false otherwise.

Implementation

Future<bool> contains(String key);