utils/alerts library
Classes
Properties
- onConsoleLog ↔ void Function(String)?
-
getter/setter pair
Functions
-
log(
String? log, {BuildContext? context, String logLevel = PRINTED_LOG}) → void -
messagePopupBox(
BuildContext context, Widget child) → void -
showErrorAlert(
String errorMessage) → void -
showLoading(
BuildContext context) → void -
showSendingDialogue(
) → void -
showSubmitResponse(
String resp) → void -
showWarningAlert(
String errorMessage, Function onConfirmed) → void