shareToFacebookStory method

Future<bool> shareToFacebookStory({
  1. String? stickerAssetPath,
  2. String? backgroundAssetPath,
  3. String? topBackgroundColor,
  4. String? bottomBackgroundColor,
  5. required String facebookAppId,
  6. String? text,
})

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.');
}