ProcessPushNotification constructor

ProcessPushNotification({
  1. required String payload,
})

Implementation

ProcessPushNotification({required this.payload});