shareToTiktokPost method

Future<String> shareToTiktokPost(
  1. String filePath,
  2. String redirectUrl,
  3. TiktokFileType tiktokFileType
)

This function only works for iOS

Implementation

Future<String> shareToTiktokPost(
    String filePath, String redirectUrl, TiktokFileType tiktokFileType) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}