InMemorySharedPreferencesStore.empty constructor

InMemorySharedPreferencesStore.empty()

Instantiates an empty in-memory preferences store.

Implementation

InMemorySharedPreferencesStore.empty() : _data = <String, Object>{};