printResponse method
void
printResponse(
- Response response
Print response
Implementation
void printResponse(Response response) {
if (this is PrintResponse) {
output(response.data);
}
}
Print response
void printResponse(Response response) {
if (this is PrintResponse) {
output(response.data);
}
}