closeOnTrainingComplete property
If true (default), the modal will call onResolved and close as soon as training completes.
This lets the consuming app (e.g. onairos-ios-anime) navigate immediately (restaurants list, etc)
instead of forcing users through the DataRequest screen.
Implementation
final bool closeOnTrainingComplete;