showNotify function

void showNotify(
  1. String message
)

Implementation

void showNotify(String message) => SmartDialog.showNotify(
    msg: message, notifyType: NotifyType.error, alignment: Alignment.center);