ArgyleLinkFlutter class

Inheritance

Constructors

ArgyleLinkFlutter()

Properties

channel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
onAccountConnected Function?
getter/setter pairinherited
onAccountCreated Function?
getter/setter pairinherited
onAccountError Function?
getter/setter pairinherited
onAccountRemoved Function?
getter/setter pairinherited
onAccountUpdated Function?
getter/setter pairinherited
onCantFindLinkItemClicked Function?
getter/setter pairinherited
onClose Function?
getter/setter pairinherited
onDocumentsSubmitted Function?
getter/setter pairinherited
onError Function?
getter/setter pairinherited
onFormSubmitted Function?
getter/setter pairinherited
onPayDistributionError Function?
getter/setter pairinherited
onPayDistributionSuccess Function?
getter/setter pairinherited
onTokenExpired Function?
getter/setter pairinherited
onUIEvent Function?
getter/setter pairinherited
onUserCreated Function?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
override
getAccountIdArgument(MethodCall call) → dynamic
getErrorCode(MethodCall call) → dynamic
getEventNameArgument(MethodCall call) → dynamic
getEventPropertiesArgument(MethodCall call) Map<String, Object>
getLinkItemIdArgument(MethodCall call) → dynamic
getQueryArgument(MethodCall call) → dynamic
getUseIdArgument(MethodCall call) → dynamic
getUserTokenArgument(MethodCall call) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startSdk({required Map<String, dynamic> configuration}) Future<void>
Initializes the Argyle Link flow on the device.
override
toString() String
A string representation of this object.
inherited

Operators

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