flAlert function

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

Implementation

void flAlert(BuildContext context, String content) {
  flAlertWidget(context, Text(content));
}