TextBodyExtractable constructor
const
TextBodyExtractable({
- int limit = defaultBodyLimit,
Reads the body as text.
Implementation
const TextBodyExtractable({this.limit = defaultBodyLimit});
Reads the body as text.
const TextBodyExtractable({this.limit = defaultBodyLimit});