forbidden method

void forbidden()

Sets status to 403 Forbidden.

Implementation

void forbidden() => setStatus(403);