getAllFromDictionary abstract method

Future<Map<String, Object>> getAllFromDictionary(
  1. List<String> keys
)

Returns all key/value pairs persisted in this store.

Implementation

Future<Map<String, Object>> getAllFromDictionary(List<String> keys);