SDKInit constructor

SDKInit({
  1. int? logLevel = 8,
  2. String? tempPath = '',
  3. String? configPath = '',
  4. required String platUUID,
  5. required String platAppKey,
  6. required String platAppSecret,
  7. required int platMovedCard,
  8. String? serverIP = '',
  9. int? serverPort = 0,
  10. int? initType = 0,
})

Implementation

SDKInit(
    {this.logLevel = 8,
    this.tempPath = '',
    this.configPath = '',
    required this.platUUID,
    required this.platAppKey,
    required this.platAppSecret,
    required this.platMovedCard,
    this.serverIP = '',
    this.serverPort = 0,
    this.initType = 0});