ProcessPushNotification constructor

const ProcessPushNotification({
  1. required String payload,
})

Handles a push notification. Returns error with code 406 if the push notification is not supported and connection to the server is required to fetch new data. Can be called before authorization

Implementation

const ProcessPushNotification({
  required this.payload,
});