sharePhotosToFacebookFeed method

Future<SocialShareStatus> sharePhotosToFacebookFeed({
  1. required List<String> filePaths,
  2. required String hashtag,
})

Implementation

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