getAll abstract method

Future<List<V?>> getAll(
  1. List<String> keys
)

TODO: Document this!

Implementation

Future<List<V?>> getAll(
  List<String> keys,
);