getAll abstract method

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

Implementation

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