sharePhotosToFacebookFeed static method
Implementation
static Future<SocialShareStatus> sharePhotosToFacebookFeed({required List<String> filePaths, required String hashtag}) =>
SocialSharePlatform.instance.sharePhotosToFacebookFeed(filePaths: filePaths, hashtag: hashtag);