Refact. Flutter web, key input (#7511)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2024-03-26 10:45:06 +08:00 committed by GitHub
parent d36e33a7cf
commit e86d4657da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 321 additions and 74 deletions

View file

@ -874,6 +874,7 @@ pub fn main_get_api_server() -> String {
get_api_server()
}
// This function doesn't seem to be used.
pub fn main_post_request(url: String, body: String, header: String) {
post_request(url, body, header)
}