DomainVerificationManager class

Constructors

DomainVerificationManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

domainStageNone Future<List<String>?>
All other domains.
no setter
domainStageSelected Future<List<String>?>
Domains that haven't passed Android App Links verification but that the user has associated with an app.
no setter
domainStageVerified Future<List<String>?>
Domains that have passed Android App Links verification.
no setter
isSupported Future<bool>
Check if the current platform and its version are supported.
no setter

Static Methods

domainRequest() Future<void>
Request permission from the user by opening the app settings.

Constants

kUnsupportedPlatformError → const String