toggleAudio method

Future<void> toggleAudio()

Implementation

Future<void> toggleAudio() async {
  await _sdk.toggleAudio();
}