init method
The init method is used to initialize the controller.
Implementation
init({required CappManager manager}) {
this.manager = manager;
}
The init method is used to initialize the controller.
init({required CappManager manager}) {
this.manager = manager;
}