removeItem abstract method

Future<void> removeItem({
  1. required String key,
})

Removes an item asynchronously from the storage for the given key.

Implementation

Future<void> removeItem({required String key});