onHostUnmounted method

void onHostUnmounted()

Called by DigiaHost when it is removed from the widget tree.

Implementation

void onHostUnmounted() {
  _logIfVerbose('DigiaHost unmounted.');
}