MoneybagRepository class

Constructors

MoneybagRepository()

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

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

Static Methods

createSession(MoneybagInfo moneybagInfo, {required bool isDev}) Future<MoneybagResponse>
getProvider(ProviderPayload payload, {required bool isDev}) Future<(Uri?, String?)>
return provider url, return null if expired or exception
serviceCharge({required double amount, required String description, required String merchantNo, required String serviceNo, required bool isDev}) Future<ServiceChargeResponse?>
sessionInfo(String sessionId, {required bool isDev}) Future<SessionInfo?>
return null if expired or exception