oneShotSync method

Future<void> oneShotSync()

Immediately start a sync and wait for completion. If there is an active sync already, wait for the active sync instead.

Implementation

Future<void> oneShotSync() {
  return _sync();
}