PaytmService class

Constructors

PaytmService()

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
openPaytm({required String paytmMerchantId, required String orderId, required String uniqueTransactionToken, required bool isStaging, required double amount, required dynamic successListener(UniPaymentResponse), required dynamic failureListener(UniPaymentResponse)}) → dynamic
open paytm payments gateway
toString() String
A string representation of this object.
inherited

Operators

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