sharePhotoToFacebookStory method
Implementation
Future<SocialShareStatus> sharePhotoToFacebookStory({
required String appID,
required String filePath,
required String backgroundTopColor,
required String backgroundBottomColor,
}) {
throw UnimplementedError('platformVersion() has not been implemented.');
}