findWithScoresAsync method

Future<List<ObjectWithScore<T>>> findWithScoresAsync()

Like findWithScores, but runs the query operation asynchronously in a worker isolate.

Implementation

Future<List<ObjectWithScore<T>>> findWithScoresAsync() =>
    _runAsyncImpl(_findWithScoresAsyncCallback<T>);