FawrySdkPlatformInterface class abstract

An abstract class defining the platform interface for Fawry SDK.

Inheritance
  • Object
  • PlatformInterface
  • FawrySdkPlatformInterface
Implementers

Constructors

FawrySdkPlatformInterface()

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
openCardsManager({required FawryLaunchModel launchModel, required String baseURL, required String lang}) Future<bool>
Opens the card manager for Fawry payments.
startPayment({required FawryLaunchModel launchModel, required String baseURL, required String lang}) Future<bool>
Initiates the Fawry payment process.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FawrySdkPlatformInterface
Getter for the instance of this platform interface
getter/setter pair