EntityFetcher<T> typedef

EntityFetcher<T> = FutureOr<T?> Function(Object? id, Type type)

Implementation

typedef EntityFetcher<T> = FutureOr<T?> Function(Object? id, Type type);