VIAudioFileStopped typedef
VIAudioFileStopped =
void Function(String? error)
Signature for callbacks reporting when the audio file playing is stopped.
error
- A reason to stop. iOS ONLY.
For all possible errors see VIAudioFileError
Used in VIAudioFile.
Implementation
typedef void VIAudioFileStopped(String? error);