displayOnBackground property

bool? displayOnBackground

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

Implementation

bool? get displayOnBackground {
  return _displayOnBackground;
}