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(dynamic content) Future<bool?>
shareFacebookStory(String imagePath, String backgroundTopColor, String backgroundBottomColor, String attributionURL, {String? appId}) Future<String?>
shareInstagramStory(String imagePath, {String? backgroundTopColor, String? backgroundBottomColor, String? attributionURL, String? backgroundImagePath}) 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?>