enableBackground property

bool enableBackground
final

Whether to enable background location tracking.

When true, location updates continue even when app is backgrounded. Requires appropriate permissions and may consume significant battery. Default: false

Implementation

final bool enableBackground;