AutofillService class

Constructors

AutofillService()
factory

Properties

fillRequestedAutomatic Future<bool>
no setter
fillRequestedInteractive Future<bool>
no setter
hasAutofillServicesSupport Future<bool>
no setter
hasEnabledAutofillServices Future<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableAutofillServices() Future<void>
getAutofillMetadata() Future<AutofillMetadata?>
getPreferences() Future<AutofillPreferences>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSaveComplete() Future<void>
requestSetAutofillService() Future<bool>
resultWithDataset({String? label, String? username, String? password}) Future<bool>
resultWithDatasets(List<PwDataset>? datasets) Future<bool>
setPreferences(AutofillPreferences preferences) Future<void>
status() Future<AutofillServiceStatus>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited