input key ffi

This commit is contained in:
open-trade
2020-11-20 16:37:48 +08:00
parent ae79afaf0d
commit 83622cffc6
3 changed files with 127 additions and 76 deletions

View File

@@ -267,7 +267,7 @@ class FFI {
FFI.ffiModel.clear();
}
static void setByName(String name, String value) {
static void setByName(String name, [String value = '']) {
_setByName(Utf8.toUtf8(name), Utf8.toUtf8(value));
}