shareLinkToFacebookFeed method

Future<SocialShareStatus> shareLinkToFacebookFeed({
  1. required String link,
  2. required String hashtag,
})

Implementation

Future<SocialShareStatus> shareLinkToFacebookFeed({required String link, required String hashtag}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}