SwiftUpiPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SwiftUpiPlatform
Implementers

Constructors

SwiftUpiPlatform()
Constructs a SwiftUpiPlatform.

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

getAllUpiApps() Future<List>
getPlatformVersion() Future<String?>
launchUpiApp(String packageName) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTransaction(Map<String, String?> transactionDetails) Future<String?>
Starts a UPI transaction with the provided parameters.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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