menu
fluttery_framework package
documentation
view/app_state.dart
AppState<T extends StatefulWidget>
inAsyncError property
inAsyncError property
dark_mode
light_mode
inAsyncError
property
void Function
(
Object
error
)
?
inAsyncError
final
inherited
Returns the App's 'Async Error Handler' if any.
Implementation
final void Function(Object error)? inAsyncError;
fluttery_framework package
documentation
view/app_state
AppState<T extends StatefulWidget>
inAsyncError property
AppState class