first abstract method

Future<T?> first()

Returns the first row only.

Implementation

Future<T?> first();