Android class

Constructors

Android()

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
shareFilesToInstagramFeed(List<String> imagePaths) Future<String>
shareFilesToSMS(List<String> filePaths) Future<String>
shareFilesToSystem(String title, List<String> filePaths) Future<String>
shareFilesToTelegram(List<String> filePaths) Future<String>
shareFilesToWhatsapp(List<String> filePaths) 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 message, String? filePath) Future<String>
shareToInstagramReels(List<String> videoPaths) 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, String? filePath) Future<String>
shareToSystem(String title, String message, String? filePath) Future<String>
shareToTelegram(String message, String? filePath) Future<String>
shareToTiktokStatus(List<String> filePaths) Future<String>
works only for android
shareToTwitter(String message, String? filePath) Future<String>
shareToWhatsapp(String message, String? filePath) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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