jetNotification function

JetNotifications jetNotification(
  1. String title,
  2. String body
)

Jet notification helper

Implementation

JetNotifications jetNotification(String title, String body) =>
    JetNotifications(title: title, body: body);