instance method

  1. @override
void instance(
  1. List binds
)
override

Create a instance of all binds isn't lazy Loaded

Implementation

@override
void instance(List binds) {
  _fakeModule.instance(binds);
}