Services class
Constructors
- Services()
Properties
Methods
-
createPaypalPayment(
dynamic transactions, dynamic accessToken) → Future< Map< String, String> ?> -
executePayment(
dynamic url, dynamic payerId, dynamic accessToken) → Future< String?> -
getAccessToken(
) → Future< String?> -
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