disable method
Disables animation domain notifications.
Implementation
Future<void> disable() async {
await _client.send('Animation.disable');
}
Disables animation domain notifications.
Future<void> disable() async {
await _client.send('Animation.disable');
}