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