showNotification method

void showNotification(
  1. dynamic title
)

Show notification

Implementation

void showNotification(title) {
  onShowNotification.call(title);
}