RestartState constructor

const RestartState(
  1. Key appSessionKey
)

Creates a new restart state with the given session key.

The appSessionKey will be used to trigger widget tree reconstruction.

Implementation

const RestartState(super.appSessionKey);