$beforeInit property

void Function() $beforeInit

Lifecycle hook for 'beforeInit' phase.

Implementation

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

Implementation

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