getAll method

Future<List<V>> getAll()

Fetch all data from underlying storage.

Implementation

Future<List<V>> getAll() => storage.getAll();