getServiceFactoryAsyncT method
Implementation
Future<Service> getServiceFactoryAsyncT(
Type type, {
Object? params,
Entity? groupEntity,
bool traverse = true,
}) async {
return getServiceFactoryT(
type,
params: params,
groupEntity: groupEntity,
traverse: traverse,
);
}