audioPath property
The path of the audio to play after the Instruction Step is finished.
Remember to add audio to use as an asset to your pubspec.yaml file.
If null the ui is not shown.
Implementation
String? audioPath;
The path of the audio to play after the Instruction Step is finished.
Remember to add audio to use as an asset to your pubspec.yaml file.
If null the ui is not shown.
String? audioPath;