SocialShare class

Constructors

SocialShare()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

checkInstalledAppsForShare() Future<Map?>
copyToClipboard({String? text, String? image}) Future<String?>
reSaveImage(String? imagePath, String filename) Future<bool>
shareFacebookStory({required String appId, String? imagePath, String? backgroundTopColor, String? backgroundBottomColor, String? backgroundResourcePath, String? attributionURL}) Future<String?>
shareInstagramStory({required String appId, required String imagePath, String? backgroundTopColor, String? backgroundBottomColor, String? backgroundResourcePath, String? attributionURL}) Future<String?>
shareMetaStory({required String appId, required String platform, String? imagePath, String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL, String? backgroundResourcePath}) Future<String?>
shareOptions(String contentText, {String? imagePath}) Future<bool?>
shareSms(String message, {String? url, String? trailingText}) Future<String?>
shareTelegram(String content) Future<String?>
shareTwitter(String captionText, {List<String>? hashtags, String? url, String? trailingText}) Future<String?>
shareWhatsapp(String content) Future<String?>