Represents a 202 response.
Source
Response.accepted({Map<String, dynamic> headers}) : this(HttpStatus.ACCEPTED, headers, null);
Represents a 202 response.
Response.accepted({Map<String, dynamic> headers}) : this(HttpStatus.ACCEPTED, headers, null);