findFirst abstract method

Future<T?> findFirst()

Find the first object that matches this query or null if no object matches.

Implementation

Future<T?> findFirst();