InMemoryParseStorage.empty constructor

InMemoryParseStorage.empty()

Instantiates an empty in-memory preferences store.

Implementation

InMemoryParseStorage.empty() : _data = <String, Map<String, Object?>>{};