pull abstract method

Future pull(
  1. String key
)

Retrieve an item from the cache and delete it.

Implementation

Future<dynamic> pull(String key);