removeItem abstract method

Future<void> removeItem(
  1. String key
)

Removes an item from the store.

Implementation

Future<void> removeItem(String key);