SetParam static method
设置账号密码(明文密码)
Implementation
static void SetParam(String ip, String account, String pwd) async {
Log.i(tag, "SetParam:ip:$ip");
Log.i(tag, "SetParam:account:$account");
Log.i(tag, "SetParam:pwd:$pwd");
PlatformMethodInvokeHandler.invokeMethod("SetParam", [ip, account, pwd]);
}