jetNotification function
Jet notification helper
Implementation
JetNotifications jetNotification(String title, String body) =>
JetNotifications(title: title, body: body);
Jet notification helper
JetNotifications jetNotification(String title, String body) =>
JetNotifications(title: title, body: body);