Find the first object that matches this query or null if no object matches.
null
Future<T?> findFirstAsync({int? offset}) => databaseUniverse .readAsync((databaseUniverse) => findFirst(offset: offset));