init method Null safety

Ioc init()

Implementation

static Ioc init () {
  Ioc._instance = Ioc();
  return Ioc._instance;
}