setContainer method
setContainer sets the container for a controller. As a consumer of this lib, You probably dont need to call this.
Implementation
void setContainer(Container container) {
this.container = container;
}
setContainer sets the container for a controller. As a consumer of this lib, You probably dont need to call this.
void setContainer(Container container) {
this.container = container;
}