cancel method

SyncState cancel()

Implementation

SyncState cancel() {
  return copyWith(cancelRequested: true);
}