findIdsWithScoresAsync method

Future<List<IdWithScore>> findIdsWithScoresAsync()

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

Implementation

Future<List<IdWithScore>> findIdsWithScoresAsync() =>
    _runAsyncImpl(_findIdsWithScoresAsyncCallback<T>);