authenticate method

Future<int> authenticate(
  1. String clientId,
  2. String txnId,
  3. int msisdn, {
  4. String env = "Production",
  5. bool isWifiSwitchOverEnabled = true,
  6. int timeoutinMs = 15000,
})

Implementation

Future<int> authenticate(String clientId, String txnId, int msisdn,
    {String env = "Production",
    bool isWifiSwitchOverEnabled = true,
    int timeoutinMs = 15000}) {
  throw UnimplementedError('authenticate() has not been implemented.');
}