shareToFacebookStory method
Implementation
Future<String> shareToFacebookStory(String appId,
{String? stickerImage,
String? backgroundImage,
String? backgroundVideo,
String? backgroundTopColor,
String? backgroundBottomColor,
String? attributionURL}) {
return AppinioSocialSharePlatform.instance.shareToFacebookStory(appId,
stickerImage: stickerImage,
backgroundImage: backgroundImage,
backgroundVideo: backgroundVideo,
backgroundTopColor: backgroundTopColor,
backgroundBottomColor: backgroundBottomColor,
attributionURL: attributionURL);
}