ApiConfigHandler constructor

ApiConfigHandler({
  1. String? authFailAction,
  2. String? login,
  3. String? script,
  4. String? securityLevel,
  5. String? url,
})

Implementation

ApiConfigHandler({
  this.authFailAction,
  this.login,
  this.script,
  this.securityLevel,
  this.url,
});