muteAudio method
This method is used to mute the audio.
Implementation
Future<void> muteAudio(
bool status, Function(FlyResponse response)? callback) async {
throw UnimplementedError('muteAudio has not been implemented.');
}
This method is used to mute the audio.
Future<void> muteAudio(
bool status, Function(FlyResponse response)? callback) async {
throw UnimplementedError('muteAudio has not been implemented.');
}