playAudio method
Implementation
void playAudio(String filePath) {
if (filePath.isNotEmpty) {
audioService.playLocalFile(filePath);
}
}
void playAudio(String filePath) {
if (filePath.isNotEmpty) {
audioService.playLocalFile(filePath);
}
}