showToastEvent function

dynamic showToastEvent(
  1. dynamic msg, {
  2. dynamic bgColor = Colors.grey,
})

Implementation

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