onInit method Null safety
override
Update progress state to match workflow's
Implementation
@override
onInit() {
ever(_speechPackWorkflow.events, (PluginEvent<SpeechPackState> event) {
downloadProgress(downloadProgress.value.copyWith(state: event.state));
});
super.onInit();
}