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