$willDestroy property

void Function() $willDestroy

Lifecycle hook for 'willDestroy' phase.

Implementation

external void Function() get $willDestroy;
void $willDestroy=(void v())

Implementation

external set $willDestroy(void Function() v);