Future<void> updatePassword(int id, String password) async { await _requireDb.updatePassword(id, password); }