messageMute property

Widget Function(bool isMute, dynamic onChange(bool value)?)? messageMute
getter/setter pair

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;