sharePhotoToFacebookStory static method
Implementation
static Future<SocialShareStatus> sharePhotoToFacebookStory({
required String appID,
required String filePath,
required String backgroundTopColor,
required String backgroundBottomColor,
}) =>
SocialSharePlatform.instance.sharePhotoToFacebookStory(
appID: appID,
filePath: filePath,
backgroundTopColor: backgroundTopColor,
backgroundBottomColor: backgroundBottomColor,
);