DojahFinancial class

Constructors

DojahFinancial({required String appId, required String publicKey, required String type, Map<String, dynamic>? userData, Map<String, dynamic>? config, Map<String, dynamic>? metaData, int? amount, String? referenceId, dynamic onCloseCallback(dynamic)?})

Properties

amount int?
final
appId String
final
config Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
metaData Map<String, dynamic>?
final
onCloseCallback → (dynamic Function(dynamic)?)
final
publicKey String
final
referenceId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
userData Map<String, dynamic>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(BuildContext context, {dynamic onSuccess(dynamic result)?, dynamic onClose(dynamic close)?, dynamic onError(dynamic error)?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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