removeAll method

void removeAll()

Removes all known currencies.

Implementation

void removeAll() {
  _storage.clear();
}