repost method

void repost()

Implementation

void repost() async {
  await _action(RepostReaction(value.repost, context, post));
}