enable method

Future<void> enable()

Enables autofill domain notifications.

Implementation

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