pushNotification function
Push notification helper
Implementation
PushNotification pushNotification(String title, String body) =>
PushNotification(title: title, body: body);
Push notification helper
PushNotification pushNotification(String title, String body) =>
PushNotification(title: title, body: body);