IOS class

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>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareImageToWhatsApp(String filePath) Future<String>
shareToFacebook(String hashtag, List<String> filePaths) Future<String>
shareToFacebookStory(String appId, {String? stickerImage, String? backgroundImage, String? backgroundVideo, String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL}) Future<String>
shareToInstagramDirect(String message) Future<String>
shareToInstagramFeed(String imagePath) Future<String>
shareToInstagramReels(String videoPath) Future<String>
shareToInstagramStory(String appId, {String? stickerImage, String? backgroundImage, String? backgroundVideo, String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL}) Future<String>
shareToMessenger(String message) Future<String>
shareToSMS(String message) Future<String>
shareToSystem(String message, {List<String>? filePaths}) Future<String>
shareToTelegram(String message) Future<String>
shareToTiktokPost(String videoFile, String redirectUrl, TiktokFileType tiktokFileType) Future<String>
Works only after implementing native code provided here https://pub.dev/packages/appinio_social_share
shareToTwitter(String message, String? filePath) Future<String>
shareToWhatsapp(String message) Future<String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited