getEntityByID<O> method
FutureOr<O?>
getEntityByID<O>(
- dynamic id, {
- Type? type,
- bool sync = false,
- EntityResolutionRules? resolutionRules,
override
Implementation
@override
FutureOr<O?> getEntityByID<O>(
id, {
Type? type,
bool sync = false,
EntityResolutionRules? resolutionRules,
}) => getCachedEntityByID(id, type: type);