remove method

void remove(
  1. K key
)

Implementation

void remove(K key) => mutate((it) => it.remove(key));