attachToHost method

void attachToHost(
  1. RootWidgetViewModel view
)

Implementation

void attachToHost(RootWidgetViewModel view) {
  _devImp.attachToHost(view);
}