MessageSendOptions constructor
const
MessageSendOptions({
- required bool disableNotification,
- required bool fromBackground,
- required bool protectContent,
- MessageSchedulingState? schedulingState,
Options to be used when a message is sent
Implementation
const MessageSendOptions({
required this.disableNotification,
required this.fromBackground,
required this.protectContent,
this.schedulingState,
});