通过蓝牙删除卡
deleteCard(String deviceId, String uid) async { return await methodChannel .invokeMethod("deleteCard", {"deviceId": deviceId, "uid": uid}); }