shareToFacebookStory method
Shares background and sticker media directly to Facebook Stories.
Implementation
Future<bool> shareToFacebookStory({
String? stickerAssetPath,
String? backgroundAssetPath,
String? topBackgroundColor,
String? bottomBackgroundColor,
required String facebookAppId,
String? text,
}) {
throw UnimplementedError('shareToFacebookStory() has not been implemented.');
}