getAllKeys abstract method
returns record keys for all objects in the object store matching the specified parameter or all objects in the store if no parameters are given.
Implementation
Future<List<Object>> getAllKeys([Object? query, int? count]);