share method

void share()

Implementation

void share() async {
  VibrateFeedback.feedbackLight();

  Share.share("Checkout this post on Fedodo. ${activity.object.id} \n\n");
}