del method

void del()

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

void del() async {}