shareToTiktokStatus method
Shares files to TikTok Status (Android only).
filePaths List of image or video file paths to share.
Returns a String indicating the result of the sharing operation.
Note: This method only works on Android devices.
Implementation
Future<String> shareToTiktokStatus(List<String> filePaths) {
return EasySocialSharePlatform.instance.shareToTiktokStatus(filePaths);
}