setCategory method
{zh} @brief 设置素材的文件分类。 @param category 需要设置素材的文件类型。 @notes "media" 包括 "video" 和 "audio","image" 包括 "image" 和 "dynamic\_img","object" 包括 "subtitle" 和 "font"。
Implementation
FutureOr<void> setCategory(NSString category) async {
return await nativeCall('setCategory:', [category]);
}