readAll abstract method

Future<Map<String, String>> readAll()

Returns all key-value pairs currently in the store as an unmodifiable map.

Implementation

Future<Map<String, String>> readAll();