enableMountInitCmdCapture method
void
enableMountInitCmdCapture()
Starts collecting init commands from newly mounted elements.
Implementation
void enableMountInitCmdCapture() {
_captureMountInitCmds = true;
}
Starts collecting init commands from newly mounted elements.
void enableMountInitCmdCapture() {
_captureMountInitCmds = true;
}