ioc property

IocContainer get ioc

get global ioc container

ioc.register<ABC>((i) => ABC());

Implementation

static IocContainer get ioc => _ioc;