toggleAudio method

void toggleAudio(
  1. bool enabled
)

Implementation

void toggleAudio(bool enabled) => _inner.toggleAudio(enabled);