UaePassKitPlatform class abstract

The platform-specific interface this plugin's single piece of native code — checking whether the UAE Pass app is installed — is implemented against.

Every other capability (the OAuth flow, profile/token/document/signing API calls) is implemented in pure Dart in lib/src/, deliberately not routed through a platform channel — see the plugin README for why.

Inheritance
  • Object
  • PlatformInterface
  • UaePassKitPlatform
Implementers

Constructors

UaePassKitPlatform()
Constructs a UaePassKitPlatform.

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

isUaePassAppInstalled({required String androidPackageId, required String iosUrlScheme}) Future<bool>
Returns whether the native UAE Pass app is installed on this device.
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

instance UaePassKitPlatform
The default instance of UaePassKitPlatform to use.
getter/setter pair