ApiRepo class
Constructors
- ApiRepo()
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
-
checkout(
{required String accessToken, required String externalTransactionId}) → FutureDynamicFailure -
initiate(
{required String externalTransactionId}) → FutureDynamicFailure -
loginNumber(
{required String username, required String password}) → FutureDynamicFailure -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
status(
{required String accessToken, required String status, required String externalTransactionId}) → FutureDynamicFailure -
toString(
) → String -
A string representation of this object.
inherited
-
verifyOtp(
{required String accessToken, required PaymentCheckoutResponseModel responseModel}) → FutureDynamicFailure
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- checkoutApi → const String
- checkoutUrl → const String
- initiateApi → const String
- loginApi → const String
- otpApi → const String
- statusApi → const String
- transactions → const String
- v1 → const String