alerts/toast_notification library
Functions
- 
  showToastNotification(
BuildContext context, {ToastNotificationStyleType? style, String? title, IconData? icon, String? description, Duration? duration}) → void  - 
  Display a new Toast notification to the user.
Provide a valid ToastNotificationStyleType
i.e. 
ToastNotificationStyleType.SUCCESSSet a title, description to personalise the message.