showNotification method
void
showNotification(
- dynamic title
Show notification
Implementation
void showNotification(title) {
onShowNotification.call(title);
}
Show notification
void showNotification(title) {
onShowNotification.call(title);
}