BedeFlutter class
Constructors
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
-
checkPaymentStatus(
{required String hashMac, required String transactionId}) → Future< PaymentStatus> - Check Payment Status
-
getPaymentMethods(
) → Future< List< PaymentMethods> > - Get Payment Methods
-
initialize(
{required Environment env, required MerchantDetails merchantDetails, required String secretKey}) → Future< void> - Initialize
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPaymentLink(
{required PaymentMethods paymentMethod, required num amount, MoreDetails? moreDetails, PayerDetails? payerDetails, void onError(String message)?}) → Future< PaymentResponse> - Request Payment Link
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited