NotificationPayload constructor

const NotificationPayload({
  1. required String callCid,
  2. NotificationOptions? options,
})

Implementation

const NotificationPayload({
  required this.callCid,
  this.options,
});