alertOnlyMessage function

ExtendedOverlayEntry? alertOnlyMessage(
  1. String? text, {
  2. bool autoOff = true,
})

Implementation

ExtendedOverlayEntry? alertOnlyMessage(String? text, {bool autoOff = true}) =>
    AlertOnlyMessage(text: text).showOverlay(autoOff: autoOff);