{zh} @brief 设置域名
FutureOr<void> setUploadDomain(String value) async { return await nativeCall('setUploadDomain', [value]); }