Disables the WebAudio domain.
Future<void> disable() async { await _client.send('WebAudio.disable'); }