wasDirectChatDisplayName method

  1. @override
String wasDirectChatDisplayName(
  1. String oldDisplayName
)
override

Implementation

@override
String wasDirectChatDisplayName(String oldDisplayName) =>
    'Empty chat (was $oldDisplayName)';