init method
Initialize resources. Called before using the component.
Implementation
@override
void init() {
_status = HandleStatus.idle;
// Initialize with empty growable list
_buffer = [];
super.init();
}
Initialize resources. Called before using the component.
@override
void init() {
_status = HandleStatus.idle;
// Initialize with empty growable list
_buffer = [];
super.init();
}