toMap abstract method

Map<String, Map<String, dynamic>?> toMap()

Return the entire contents of the cache as Map.

NOTE: some Stores might return mutable objects referenced by the store itself.

Implementation

Map<String, Map<String, dynamic>?> toMap();