Kruzr360InitConfig constructor

Kruzr360InitConfig({
  1. required String licenseKey,
  2. required String appName,
  3. required String notificationChannelId,
  4. bool shouldTripAutoEnd = true,
  5. bool shouldTripAutoStart = true,
  6. bool allowEventSyncRealTime = true,
  7. bool shouldTripAutoStartOnlyWhenVehicleConnected = false,
})

Implementation

Kruzr360InitConfig({
  required this.licenseKey,
  required this.appName,
  required this.notificationChannelId,
  this.shouldTripAutoEnd = true,
  this.shouldTripAutoStart = true,
  this.allowEventSyncRealTime = true,
  this.shouldTripAutoStartOnlyWhenVehicleConnected = false,
});