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