state property
ValueNotifier<FlutterSDKInitializationState>
get
state
The current state of the SDK Use this to track the SDK lifecycle: idle, initializing, initialized, running, failed, closed
Implementation
ValueNotifier<FlutterSDKInitializationState> get state;