stopAudioMixing method Null safety
Stops playing or mixing the music file.
Call this method when you are in a channel.
Implementation
@override
Future<void> stopAudioMixing() {
return _invokeMethod('stopAudioMixing');
}
No data
Stops playing or mixing the music file.
Call this method when you are in a channel.
@override
Future<void> stopAudioMixing() {
return _invokeMethod('stopAudioMixing');
}