setCompleted method

Response setCompleted(
  1. String value
)

Return the value of the property after the property value has been set.

Implementation

shelf.Response setCompleted(String value) => shelf.Response.ok('$value');