findById abstract method
Retrieves a single record of entity type T matching id, or null if not found.
Implementation
Future<T?> findById(ID id);
Retrieves a single record of entity type T matching id, or null if not found.
Future<T?> findById(ID id);