findOne abstract method
Subclasses must implement this to return a single object found with the given selector.
Implementation
Future<T?> findOne(SelectorBuilder selector);
Subclasses must implement this to return a single object found with the given selector.
Future<T?> findOne(SelectorBuilder selector);