IOS class
iOS-specific social media sharing functionality.
This class provides methods for sharing content to various social media platforms on iOS devices. It integrates with iOS system sharing capabilities and platform-specific features.
Constructors
- IOS()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyToClipBoard(
String message) → Future< String> - Copies text to the device clipboard on iOS.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
- Shares an image to WhatsApp on iOS.
- Shares content to Facebook with hashtags and files on iOS.
- Shares content to Facebook Stories with customizable background and sticker on iOS.
- Shares a message to Instagram Direct Messages on iOS.
- Shares an image to Instagram Feed on iOS.
- Shares a video to Instagram Reels on iOS.
- Shares content to Instagram Stories with customizable background and sticker on iOS.
- Shares a message to Facebook Messenger on iOS.
- Shares a message via SMS on iOS.
- Shares content using iOS system sharing dialog.
- Shares a text message to Telegram on iOS.
- Shares a video to TikTok Post on iOS.
- Shares a message and optional file to Twitter on iOS.
- Shares a text message to WhatsApp on iOS.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited