success method
A shelf.Response
for API calls that succeeded.
The response optionally contains a single String value
.
Implementation
shelf.Response success([String? value]) => shelf.Response.ok(value);
A shelf.Response
for API calls that succeeded.
The response optionally contains a single String value
.
shelf.Response success([String? value]) => shelf.Response.ok(value);