GooglePayService class

Constructors

GooglePayService()

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
universalGooglePay({required String paymentConfigurationAsset, required dynamic failureListener(UniPaymentResponse), required dynamic successListener(UniPaymentResponse), required UniPaymentItemStatus uniPaymentItemStatus, required UniPaymentItemTypes uniPaymentItemTypes, required dynamic onPressed, required String paymentLabel, required String payableAmount, UniPaymentGoogleButtonStyle? uniPaymentGoogleButtonStyle, UniPaymentGoogleButtonType? uniPaymentGoogleButtonType, double? height, double? width, Widget? loadingIndicator}) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited