stop method

SyncState stop()

Implementation

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