removeAll method

Future<void> removeAll()

Unregisters all locales from the store and from the cache.

Implementation

Future<void> removeAll() async {
  _data.clear();
}