detach method

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

Detaches from an unmounted widget state.

Implementation

@override
void detach(final ScloudLaunchAppState widgetState) {
  if (_widgetState == widgetState) _widgetState = null;
}