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

Public Member Functions

void run (JsonObject params, RemoteServiceCompleter completer)
 

Detailed Description

Interface used by VmService to register callbacks to services.

Definition at line 21 of file RemoteServiceRunner.java.

Member Function Documentation

◆ run()

void org.dartlang.vm.service.RemoteServiceRunner.run ( JsonObject  params,
RemoteServiceCompleter  completer 
)

Called when a service request has been received.

Parameters
paramsthe parameters of the request
completerthe completer to invoke at the end of the execution

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