enable method
Enables the WebAudio domain and starts sending context lifetime events.
Implementation
Future<void> enable() async {
await _client.send('WebAudio.enable');
}
Enables the WebAudio domain and starts sending context lifetime events.
Future<void> enable() async {
await _client.send('WebAudio.enable');
}