InMemorySharedPreferencesStore.empty constructor Null safety
Instantiates an empty in-memory preferences store.
Implementation
InMemorySharedPreferencesStore.empty() : _data = <String, Object>{};
Instantiates an empty in-memory preferences store.
InMemorySharedPreferencesStore.empty() : _data = <String, Object>{};