saveState property

void Function(String state)? saveState
getter/setter pair

Set saveState to make the last state of the app automatically be safed.

Implementation

void Function(String state)? saveState;