SmartConfig constructor

const SmartConfig({
  1. SmartAccuracy accuracy = SmartAccuracy.balanced,
  2. RouteProviderType routeProvider = RouteProviderType.google,
  3. String? apiKey,
  4. bool debugMode = false,
  5. SmartNotificationOptions? backgroundNotification,
})

Implementation

const SmartConfig({
  this.accuracy = SmartAccuracy.balanced,
  this.routeProvider = RouteProviderType.google,
  this.apiKey,
  this.debugMode = false,
  this.backgroundNotification,
});