enable method

Future<void> enable()

Enables the WebAudio domain and starts sending context lifetime events.

Implementation

Future<void> enable() async {
  await _client.send('WebAudio.enable');
}