forbidden method

Response forbidden([
  1. String? reason
])

A shelf.Response for API calls that are forbidden for the current state of the server.

Implementation

shelf.Response forbidden([String? reason]) =>
    shelf.Response.forbidden(reason);