pushNotification function

PushNotification pushNotification(
  1. String title,
  2. String body
)

Push notification helper

Implementation

PushNotification pushNotification(String title, String body) =>
    PushNotification(title: title, body: body);