hasPendingLifecycleEvents property

bool get hasPendingLifecycleEvents

Implementation

bool get hasPendingLifecycleEvents {
  return _lifecycleManager?.hasPendingEvents ?? false;
}