SCInitialOptions constructor

SCInitialOptions({
  1. required String appId,
  2. required String appVersion,
  3. required String areaId,
  4. required NetType netType,
  5. String channel = '',
  6. String? gaodeApiKey,
  7. bool enableLog = true,
  8. String startType = '直接打开',
})

Implementation

SCInitialOptions({
  required this.appId,
  required this.appVersion,
  required this.areaId,
  required this.netType,
  this.channel = '',
  this.gaodeApiKey,
  this.enableLog = true,
  this.startType = '直接打开',
});