start method

SyncState start()

Implementation

SyncState start() {
  return copyWith(isSynchronizing: true, cancelRequested: false);
}