restoreState property

Future<String?> Function()? restoreState
getter/setter pair

Set restoreState to make the last state of the app being restored.

Implementation

Future<String?> Function()? restoreState;