SkipcashPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SkipcashPlatform
Implementers

Constructors

SkipcashPlatform()
Constructs a SkipcashPlatform.

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

getPlatformVersion() Future<String?>
isWalletHasCards() Future<bool?>
loadSCPGW(String payURL, String nativeWebViewTitle, String returnURL) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openScPaymentPage(String payURL) → void
setupNewCard() → void
showPaymentModal(String paymentData) → void
startPayment(String paymentData) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SkipcashPlatform
The default instance of SkipcashPlatform to use.
getter/setter pair