getEntityHandlerByType<O> method

EntityHandler<O>? getEntityHandlerByType<O>(
  1. Type type
)

Implementation

EntityHandler<O>? getEntityHandlerByType<O>(Type type) =>
    _getEntityHandlerByTypeImpl<O>(type) ??
    _globalProvider._getEntityHandlerByTypeImpl<O>(type);