AppState constructor
Implementation
const AppState({
this.status = AppStatus.initializing, // Start in initializing state
this.isLoading = false,
this.error,
});
const AppState({
this.status = AppStatus.initializing, // Start in initializing state
this.isLoading = false,
this.error,
});