public interface DartServer
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Shutdown the server and release all resources
|
java.lang.String |
getId() |
<S extends DartService> |
getService(java.lang.Class<S> serviceType)
Get a service from the server
|
java.lang.String getId()
<S extends DartService> S getService(java.lang.Class<S> serviceType)
serviceType - the servicevoid dispose()