disable method

Future<void> disable()

Disables autofill domain notifications.

Implementation

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