TmsTaskSdk constructor

TmsTaskSdk({
  1. String? tmsAppId,
  2. String? appSecurity,
  3. String? enterpriseSenderCode,
  4. String? environment,
})

Implementation

TmsTaskSdk({this.tmsAppId, this.appSecurity, this.enterpriseSenderCode, this.environment});