init method
Initialize resources. Called before using the component.
Implementation
@override
void init() {
_controller = StreamController.broadcast();
super.init();
}
Initialize resources. Called before using the component.
@override
void init() {
_controller = StreamController.broadcast();
super.init();
}