通过蓝牙开启或者关闭刷卡功能
closeOrOpenCard(String deviceId, bool isClose) async { return await methodChannel.invokeMethod( "closeOrOpenCard", {"deviceId": deviceId, "isClose": isClose}); }