commitState method
May be overwritten by a subclass. Should save state so that it can be loaded again with this.loadState.
Implementation
Future<void> commitState() async {}
May be overwritten by a subclass. Should save state so that it can be loaded again with this.loadState.
Future<void> commitState() async {}