replyToUserLabel method

  1. @override
String replyToUserLabel(
  1. String userName
)

The label for the composer reply header when quoting another user's message (e.g. "Reply to Alice").

Implementation

@override
String replyToUserLabel(String userName) => 'Antwort an $userName';