remove method

void remove(
  1. String key
)

Remove extra data.

Implementation

void remove(String key) => _storedItems[key] = null;