冻结密码
uid 冻结的UID
uid
@override Future<String?> freezePassword(String uid) { return _channel.invokeMethod<String>("freezePassword", {"uid": uid}); }