FormDataController class

Constructors

FormDataController(String viewType, int id, {Future handler(MethodCall)?})

Properties

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

Methods

changeTheme(bool isDark) Future<void>
configureCollect(SecureFieldsSettingDataResponse config, bool isDark, {List<PayEngineField>? additionalFields}) Future<void>
hideKeyboard() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showKeyboard() Future<void>
tokenize(String merchantId, String authHeader) Future<Map>
toString() String
A string representation of this object.
inherited
validateForm() Future<bool>

Operators

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