Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.dartlang.vm.service.internal.ResponseSink Interface Reference

Public Member Functions

void add (JsonObject response) throws Exception
 

Detailed Description

A destination for responses.

Definition at line 21 of file ResponseSink.java.

Member Function Documentation

◆ add()

void org.dartlang.vm.service.internal.ResponseSink.add ( JsonObject  response) throws Exception

Put response into the sink.

Parameters
responsethe response to put, not null.

The documentation for this interface was generated from the following file: