error method

  1. @override
Hud error(
  1. BuildContext context,
  2. String text, {
  3. Duration? duration,
})
override

Implementation

@override
Hud error(BuildContext context, String text, {Duration? duration}) {
  return _showToast(context, ErrorMessage(text));
}