Mpesa constructor

Mpesa(
  1. String consumerKey,
  2. String consumerSecret
)

Implementation

Mpesa(this.consumerKey, this.consumerSecret)
    : b64keySecret = base64Url.encode((consumerKey + ":" + consumerSecret).codeUnits);