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