AttestrFlowx class
AttestrFlowx plugin for Flutter
Constructors
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
-
clear(
) → void -
getPlatformVersion(
) → Future< String?> -
initiateSession(
Map< String, dynamic> params) → void -
Use this function to launch the Attestr flow
params
Should contain hs, cl, lc, retry and qr -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
String event, Function handler) → void - Registers event listeners Define your success, error and skip handler
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- EVENT_FLOW_COMPLETE → const String
- EVENT_FLOW_ERROR → const String
- EVENT_FLOW_SKIP → const String
- platform → const MethodChannel