删除密码
uid 密码编号
uid
@override Future<String?> deletePassword(String uid) { return _channel.invokeMethod<String>("deletePassword", {"uid": uid}); }