showToast method

void showToast(
  1. String string, {
  2. TextStyle? textStyle,
})

Implementation

void showToast(String string, {TextStyle? textStyle}) =>
    ToastUtil.show(string, textStyle: textStyle);