hasPendingLifecycleEvents property

bool get hasPendingLifecycleEvents
inherited

Implementation

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