oneShotSync method
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();
}
Immediately start a sync and wait for completion. If there is an active sync already, wait for the active sync instead.
Future<void> oneShotSync() {
return _sync();
}