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