debugOnlyAppState property
TState?
get
debugOnlyAppState
Implementation
TState? get debugOnlyAppState {
return context.debugOnlyPublicState?.components.findState<TState>();
}
TState? get debugOnlyAppState {
return context.debugOnlyPublicState?.components.findState<TState>();
}