remove method Null safety

Future<bool> remove(
  1. K key
)

Removes an item by its key Returns true if the item existed and is now removed

Implementation

Future<bool> remove(K key);