reset method

Future<void> reset()

Resets the active session state.

Implementation

Future<void> reset() async {
  await controller.reset();
  state = controller.state;
}