onDestroy abstract method
void
onDestroy(
- void callback()
Registers a callback
to invoke when this view is destroyed.
Implementation
void onDestroy(void Function() callback);
Registers a callback
to invoke when this view is destroyed.
void onDestroy(void Function() callback);