Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter widget destructor

//In a state of a statefull widget
@override
void dispose() {
	_bloc.dispose();
	super.dispose();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #widget #destructor
ADD COMMENT
Topic
Name
4+8 =