getAllKeys abstract method

Future<List<Object>> getAllKeys([
  1. Object? query,
  2. int? count
])

returns record primary keys for all objects in the index store matching the specified parameter or all objects in the index if no parameters are given.

Implementation

Future<List<Object>> getAllKeys([Object? query, int? count]);