offlineBuffering property
Enables or disables offline buffering of location updates.
When enabled (default is true
), location updates are saved locally when the device
is offline and sent to the server when connectivity is restored.
Implementation
final bool? offlineBuffering;