setIsCancelled method

void setIsCancelled(
  1. bool val
)

Used to simulate google login cancellation behaviour.

Implementation

void setIsCancelled(bool val) {
  _isCancelled = val;
}