del method

  1. @override
void del()
override

Function used to declare the final state of a component. This function is called at the end of the component's life cycle, either when removed from the DOM or navigating to another page

Implementation

@override
void del() {}