CustomSocialShare class

CustomSocialShare to copy content to clipboard and share text

Constructors

CustomSocialShare()

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

copy(String content) Future<void>
copy text content to clipboard
customApp(String package, String content) Future<bool>
custom app share only for Android package is android application id text content to share
getInstalledAppsForShare() Future<List<ShareWith>>
return list of default ShareWith installed apps
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(ShareWith shareWith, String content) Future<bool>
share text content with social apps shareWith is ShareWith different type of default apps
toAll(String content) Future<bool>
open system UI to share text content
toString() String
A string representation of this object.
inherited

Operators

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