showToast static method
Implementation
static showToast(String msg, [Duration displayTime = const Duration(milliseconds: 2000)]) {
return SmartDialog.showToast(msg, alignment: Alignment.center, displayTime: displayTime);
}
static showToast(String msg, [Duration displayTime = const Duration(milliseconds: 2000)]) {
return SmartDialog.showToast(msg, alignment: Alignment.center, displayTime: displayTime);
}