retrieve abstract method

Future<EntityType> retrieve(
  1. IdType id
)

Retrieves the entity with the given id.

Implementation

Future<EntityType> retrieve(IdType id);