findFirst method

Future<R?> findFirst()

Implementation

Future<R?> findFirst() => build().findFirst();