HcShare class
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
Static Methods
-
file(String title, String name, List<int> bytes, String mimeType, {String text = ''})
→ Future<void>
-
Sends a file to other apps.
-
files(String title, Map<String, List<int>> files, String mimeType, {String text = ''})
→ Future<void>
-
Sends multiple files to other apps.
-
text(String title, String text, String mimeType)
→ void
-
Sends a text to other apps.