changePassword abstract method
Changes the password of the currently logged in user.
Validates the old (current) password before changing it.
Implementation
Future<RequestResponse<bool?>> changePassword(
{required String oldPassword, required String newPassword});