attach method

  1. @override
void attach(
  1. covariant ScloudLaunchAppState widgetState
)

Attaches to a mounted widget state.

Implementation

@override
void attach(final ScloudLaunchAppState widgetState) {
  _widgetState = widgetState;
}