messageMute property
The switch of if mute the message notification from a specific user. This will not shows when friendship relation not exist as default.
Implementation
Widget Function(bool isMute, Function(bool value)? onChange)? messageMute;
The switch of if mute the message notification from a specific user. This will not shows when friendship relation not exist as default.
Widget Function(bool isMute, Function(bool value)? onChange)? messageMute;