Utils class

Constructors

Utils.new({required BuildContext context, required dynamic transactionSuccessfullCallback(Map<String, dynamic>), required dynamic transactionFailureCallback(Map<String, dynamic>)})

Properties

context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionFailureCallback ↔ dynamic Function(Map<String, dynamic>)
getter/setter pair
transactionSuccessfullCallback ↔ dynamic Function(Map<String, dynamic>)
getter/setter pair

Methods

launchWebView(String url, BuildContext context) Future<void>
mqtt(Merchant merchant, Payment payment, Urls urls) → void
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