cryAlert function

void cryAlert(
  1. BuildContext context,
  2. String content
)

Implementation

void cryAlert(BuildContext context, String content) {
  cryAlertWidget(context, Text(content));
}