createdTheChat method

  1. @override
String createdTheChat(
  1. String senderName
)
override

Implementation

@override
String createdTheChat(String senderName) => '$senderName created the chat';