readDI<T extends Object> static method

T? readDI<T extends Object>({
  1. bool nothrow = false,
  2. GetIt? di,
})

Implementation

static T? readDI<T extends Object>({bool nothrow = false, GetIt? di}) =>
    _readDI(nothrow: nothrow, di: di);