hasEnabledAutofillServices property

Future<bool> hasEnabledAutofillServices

Implementation

Future<bool> get hasEnabledAutofillServices async {
  return (await _channel.invokeMethod<bool>('hasEnabledAutofillServices')) ==
      true;
}