SendNotificationInputOptions constructor
SendNotificationInputOptions({
- int? senderType = 0,
- dynamic signer,
- required NOTIFICATION_TYPE type,
- required IDENTITY_TYPE identityType,
- NotificationOptions? notification,
- PayloadOptions? payload,
- dynamic recipients,
- required String channel,
- Graph? graph,
- String? ipfsHash,
- String? chatId,
- String? pgpPrivateKey,
- String? pgpPublicKey,
Implementation
SendNotificationInputOptions({
this.senderType = 0,
this.signer,
required this.type,
required this.identityType,
this.notification,
this.payload,
this.recipients,
required this.channel,
this.graph,
this.ipfsHash,
this.chatId,
this.pgpPrivateKey,
this.pgpPublicKey,
});