{zh} @brief 设置文件前缀
FutureOr<void> setFilePrefix(String filePrefix) async { return await nativeCall('setFilePrefix', [filePrefix]); }