HNGPay class

Constructors

HNGPay.new()

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

applePay(BuildContext context, {required String amountToPay, required String userID}) → dynamic
Displays an apple pay button on IOS device to handle payment And Sends the userID and token to the backend for payment processing
googlePay(BuildContext context, {required String amountToPay, required String userID}) → dynamic
Displays a google pay button on Android device to handle payment And Sends the userID and token to the backend for payment processing
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