init static method

dynamic init(
  1. GetIt getIt
)

Implementation

static init(GetIt getIt) {
  Injector._instance = Injector._(getIt);
}