MethodChannelFlutterFawryPay class
A class providing methods to interact with Fawry payment using method channels.
- Inheritance
-
- Object
- PlatformInterface
- FawrySdkPlatformInterface
- MethodChannelFlutterFawryPay
Constructors
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.
override
-
startPayment(
{required FawryLaunchModel launchModel, required String baseURL, required String lang}) → Future< bool> -
Initiates the Fawry payment process.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited