reply method

void reply()

Implementation

void reply() async {
  await _action(ReplyReaction(value.reply, context, post));
}