initialLifecycleState property

  1. @override
String initialLifecycleState
override

The lifecycle state immediately after dart isolate initialization.

This property will not be updated as the lifecycle changes.

It is used to initialize SchedulerBinding.lifecycleState at startup with any buffered lifecycle state events.

Implementation

@override
String get initialLifecycleState => _initialLifecycleStateTestValue;