showToastEvent function
dynamic
showToastEvent(
- dynamic msg, {
- dynamic bgColor = Colors.grey,
Implementation
showToastEvent(msg, {bgColor = Colors.grey}) =>
_toastDisplay.fireWith([msg, bgColor]);