TikTokShare class

Constructors

TikTokShare()

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
openTikTokUserPage({required String username}) Future
Open a user page on TikTok app method. The method required a username that you want to open their TikTok page.
shareFilesToTikTok({required List<String?>? fileUrls, required String fileProviderPath, required AssetType fileType, String? dstPath, TikTokShareFormatType shareFormat = TikTokShareFormatType.normal, TikTokLandedPageType landedPageType = TikTokLandedPageType.clip, List<String>? hashtag}) Future
Share local files (videos or images) to TikTok method.
toString() String
A string representation of this object.
inherited

Operators

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