setDeviceConfig method
Implementation
Future<String?> setDeviceConfig(String devSn, String devMac, String devEkey, int keyType, int wiegand, int openDelay, int controlWay) {
return FlutterpluginPlatform.instance.setDeviceConfig(devSn, devMac, devEkey, keyType, wiegand, openDelay, controlWay);
}