FlutterFawryPay class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
callbackResultStream()
→ Stream
-
Stream to return resulted data.
-
init({dynamic style: Style.STYLE1, dynamic enableLogging: false, dynamic enableMockups: false, dynamic skipCustomerInput: false, String username, String email})
→ Future<bool>
-
Init FawryPay SDK services. [...]
-
initialize({String merchantID, List<FawryItem> items, String merchantRefNumber, Language language: Language.EN, Environment environment: Environment.TEST, Map<String, dynamic> customParam})
→ Future<bool>
-
Initialize FawryPay payment charge. [...]
-
initializeCardTokenizer({String merchantID, String customerMobile, String customerEmail, String merchantRefNumber, Language language: Language.EN, Environment environment: Environment.TEST, Map<String, dynamic> customParam})
→ Future<bool>
-
Initialize Card Tokenizer. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
reset()
→ Future<bool>
-
Reset FawryPay SDK Payment. [...]
-
startProcess()
→ Future<FawryResponse>
-
Start FawryPay SDK process. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited