displayOnBackground property

bool? get displayOnBackground
inherited

Indicates whether the notification is displayed when the app is in the background.

Implementation

bool? get displayOnBackground {
  return _displayOnBackground;
}