respondWith abstract method
Set the value to respond with during an HTTP request intercept.
Implementation
void respondWith(
String body,
int statusCode, {
Map<String, String> headers = const {},
Encoding encoding = utf8,
});
Set the value to respond with during an HTTP request intercept.
void respondWith(
String body,
int statusCode, {
Map<String, String> headers = const {},
Encoding encoding = utf8,
});