NotificationPayload constructor
const
NotificationPayload({
- required String callCid,
- NotificationOptions? options,
Implementation
const NotificationPayload({
required this.callCid,
this.options,
});