Lyra class
Lyra, class used to call every lyra native sdk methods
There is only one native instance of Lyra So every flutter instance created with this constructor use the same native Lyra instance
Constructors
- Lyra.new({required String publicKey, required LyraInitializeOptions options})
-
Lyra default constructor
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → LyraInitializeOptions
-
Lyra list of options used when initializing the instance
final
- publicKey → String
-
Lyra public key used when initializing the instance
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFormTokenVersion(
) → Future< int> - Get the form token version link to this sdk version
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
String formToken, {Duration? timeout}) → Future< String> - Process the paiement
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited