Rave class
Used to create a new instance of Rave
Constructors
- Rave()
Properties
- encryptionKey ↔ String
-
Your public key provided by flutter wave
read / write
- pubKey ↔ String
-
read / write
- secretKey ↔ String
-
Your encryption key provided by flutter wave
read / write
- 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
-
chargeMMUGClient(
String amount, String email, String phoneNumber, String firstName, String lastName, String ip) → String - To collect money(charge a client) from a Mobile Money subscriber use the method chargeMMUGClient(). [...]
-
payMMClient(
String network, String phoneNumber, String amount, String narration, String currency, String name) → String - To pay a Mobile Money subscriber use the method payMMUGClient(). [...]
-
verifyTXN(
String txRef) → String - To verify a transaction, i.e if it was a success, failure or still pending use the method verifyTXN(). [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited