onHostMounted method
void
onHostMounted()
Called by DigiaHost when it mounts into the widget tree.
Implementation
void onHostMounted() {
_hostMounted = true;
_logIfVerbose('DigiaHost mounted.');
}
Called by DigiaHost when it mounts into the widget tree.
void onHostMounted() {
_hostMounted = true;
_logIfVerbose('DigiaHost mounted.');
}