IvorypayFlutterWeb class

A web implementation of the IvorypayFlutterAltPlatform of the IvorypayFlutterAlt plugin.

Inheritance

Constructors

IvorypayFlutterWeb()
Constructs a IvorypayFlutterAltWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
ref String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({required BuildContext context, required bool isDev, required InitiateIvorypayTransaction data, required dynamic onError(bool, Object)?, required dynamic onSuccess(VerifyTransactionRes)?, required dynamic onLoading(bool)?}) Future<String>
toString() String
A string representation of this object.
inherited
verifyStatus({required bool isDev, required dynamic onError(bool, Object)?, required dynamic onSuccess(VerifyTransactionRes)?}) Future<VerifyTransactionRes?>
This function verifies the status of a transaction and returns the status string.

Operators

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

Static Methods

registerWith(Registrar registrar) → void