changedTheChatDescriptionTo method

  1. @override
String changedTheChatDescriptionTo(
  1. String senderName,
  2. String content
)
override

Implementation

@override
String changedTheChatDescriptionTo(String senderName, String content) =>
    '$senderName changed the chat description to $content';