remove method

void remove(
  1. String key
)

Removes key if present.

Implementation

void remove(String key) => store.remove(key);