enable method

Future<void> enable()

Enables the WebMCP domain, allowing events to be sent. Enabling the domain will trigger a toolsAdded event for all currently registered tools.

Implementation

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