batchSync property

bool? batchSync
final

POST multiple locations to your HttpConfig.url in a single HTTP request.

Default is false. If you've enabled HTTP feature by configuring an HttpConfig.url, HttpConfig.batchSync: true will POST all the locations currently stored in native SQLite database to your server in a single HTTP POST request. With HttpConfig.batchSync: false, an HTTP POST request will be initiated for each location in database.

See also: HTTP Guide at HttpConfig.

Implementation

final bool? batchSync;