findFirstAsync method

Future<T?> findFirstAsync()

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

Implementation

Future<T?> findFirstAsync() => _runAsyncImpl(_findFirstAsyncCallback<T>);