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