getVideoEffectHandle method
@hidden for internal use only @detail api @author zhushufan.ref @brief 返回视频特效句柄。私有接口。
Implementation
FutureOr<void> getVideoEffectHandle() async {
return await nativeCall('getVideoEffectHandle', []);
}
@hidden for internal use only @detail api @author zhushufan.ref @brief 返回视频特效句柄。私有接口。
FutureOr<void> getVideoEffectHandle() async {
return await nativeCall('getVideoEffectHandle', []);
}