changePassword<T> method
Changes a user password after access is successfully restored with the Auth.restore method.
Implementation
Future<ApiResponse<T>> changePassword<T>(Map<String, Object> params) =>
_api.request<T>('account.changePassword', params);