playRingtone method
Implementation
void playRingtone(String filePath) {
if (kIsWeb && filePath.isNotEmpty) {
audioService.playLocalFile(filePath);
return;
}
}
void playRingtone(String filePath) {
if (kIsWeb && filePath.isNotEmpty) {
audioService.playLocalFile(filePath);
return;
}
}