readAll abstract method

Future<Map<Key, Object?>> readAll([
  1. Options? options
])

Returns all keys in the persistent storage.

Implementation

Future<Map<Key, Object?>> readAll([Options? options]);