isCancelled property

bool get isCancelled

사용자가 로그인을 취소했는지 확인

Implementation

bool get isCancelled => this is CancelledError;