BackgroundLocationTrackerConfig class
BackgroundLocationTrackerConfig will be used to setup the plugin
Default Values:
- loggingEnabled: false
- androidConfig: AndroidConfig()
Constructors
- BackgroundLocationTrackerConfig({bool loggingEnabled = false, AndroidConfig androidConfig = const AndroidConfig(), IOSConfig iOSConfig = const IOSConfig()})
-
const
Properties
- androidConfig → AndroidConfig
-
androidConfig will only be used by the android implementation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iOSConfig → IOSConfig
-
iOSConfig will only be used by the iOS implementation
final
- loggingEnabled → bool
-
loggingEnabled will be used for dart & native logs.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited