Reads and returns all key-value pairs from memory.
@override Future<Map<String, String>> readAll() => Future.value(Map<String, String>.from(_map));