findById abstract method

Future<E?> findById(
  1. ID id
)

Retrieves an entity by its id.

Implementation

Future<E?> findById(ID id);