playAudio static method
Implementation
static Future<void>playAudio() async {
try{
await _channel.invokeMethod('playAudio');
}catch(e){
throw Exception(e);
}
}
static Future<void>playAudio() async {
try{
await _channel.invokeMethod('playAudio');
}catch(e){
throw Exception(e);
}
}