reset method
Resets the active session state.
Implementation
Future<void> reset() async {
await controller.reset();
state = controller.state;
}
Resets the active session state.
Future<void> reset() async {
await controller.reset();
state = controller.state;
}