disable method

Future<void> disable()

Disables animation domain notifications.

Implementation

Future<void> disable() async {
  await _client.send('Animation.disable');
}