Setup class

Constructors

Setup({Version version = Version.v2, String publicKey = '', String encryptionKey = '', String secKey = '', bool staging = false, bool allowSaveCard = false, String addCardHeaderText = 'Add Card', String chooseCardHeaderText = 'Choose Card', String payText = 'Pay', String saveCardText = 'Save card', String addNewCardText = 'Add new card', Strings strings = const Strings(), bool showFlutterwaveBadge = true, double borderRadius = 12, String? country, bool logging = false, String? currency})

Properties

addCardHeaderText String
getter/setter pair
addNewCardText String
getter/setter pair
allowSaveCard bool
getter/setter pair
borderRadius double
getter/setter pair
chooseCardHeaderText String
getter/setter pair
country String?
getter/setter pair
currency String?
getter/setter pair
encryptionKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logging bool
getter/setter pair
payText String
getter/setter pair
publicKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveCardText String
getter/setter pair
secKey String
getter/setter pair
showFlutterwaveBadge bool
getter/setter pair
staging bool
getter/setter pair
strings Strings
Texts used such are error, warnings and hints
getter/setter pair
version Version
getter/setter pair

Methods

copyWith({Version? version, String? publicKey, String? encryptionKey, String? secKey, bool? staging, bool? allowSaveCard, String? addCardHeaderText, String? chooseCardHeaderText, String? saveCardText, String? payText, String? addNewCardText, bool? showFlutterwaveBadge, String? country, String? currency}) Setup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Setup
no setter