hasPendingLifecycleEvents property

bool hasPendingLifecycleEvents

Implementation

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