remove method

void remove(
  1. String key
)

Removes a key value from the storage

Implementation

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