reply method

void reply()

Implementation

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