isSystemBackSuppressed property

bool get isSystemBackSuppressed

Implementation

bool get isSystemBackSuppressed {
  final until = _suppressSystemBackUntil;
  return until != null && DateTime.now().isBefore(until);
}