IvorypayFlutterWeb class
A web implementation of the IvorypayFlutterAltPlatform of the IvorypayFlutterAlt plugin.
- Inheritance
-
- Object
- PlatformInterface
- IvorypayFlutterAltPlatform
- IvorypayFlutterWeb
Constructors
- IvorypayFlutterWeb()
- Constructs a IvorypayFlutterAltWeb
Properties
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