export method

Map<String, int> export()

Export history for storage.

Implementation

Map<String, int> export() => Map.from(_lastShownAt);