remove abstract method

Future<void> remove(
  1. String key
)

Removes the value stored under a key from this stash if present.

  • key: key whose mapping is to be removed from the stash

Implementation

Future<void> remove(String key);