synchronizeUserData method

Future<bool> synchronizeUserData()

Force sending all pending user data to server. Preconditions:

  • Shouldn't be called more than once per 120 seconds.
  • SDK should not be uninitialized. Returns a result indicating wether there are further trips are in queue waiting to be uploaded. true means queue is empty.

Implementation

Future<bool> synchronizeUserData() {
  throw UnimplementedError('synchronizeUserData() has not been implemented.');
}