AppState constructor
AppState({
- List<
KeyedAppState> ? keyedAppState, - String? packageName,
Implementation
AppState({
this.keyedAppState,
this.packageName,
});