replyTo method

  1. @override
String replyTo(
  1. String name
)
override

Reply to a message.

In en, this message translates to: 'Reply to {name}'

Implementation

@override
String replyTo(String name) {
  return 'Reply to $name';
}