Flutter Engine
The Flutter Engine
|
Public Member Functions | |
void | add (JsonObject response) throws Exception |
A destination for responses.
Definition at line 21 of file ResponseSink.java.
void org.dartlang.vm.service.internal.ResponseSink.add | ( | JsonObject | response | ) | throws Exception |
Put response into the sink.
response | the response to put, not null . |