configBle static method
Ble配置信息
- reconnect 是否重连默认 true
- scanTime 搜索时间默认10秒
Implementation
static configBle({bool reconnect = true, int scanTime = 5}) {
YaseePluginPlatform.instance.configBle({
"reconnect":reconnect,
"scanTime":scanTime
});
}