showNotification static method
Implementation
static Future<void> showNotification(
{int id = 0, String? title, String? body, String? payload}) async {
_flutterLocalNotifications.show(0, title, body, _notificationDetails(),
payload: payload);
}