*[<Null safety>](https://dart.dev/null-safety)*
void serve (Outgoing outgoing)
Exposes the Agent's fidl.Agent
instance to the Outgoing directory. In
other words, advertises this as an fidl.Agent
to the rest of the system
via Outgoing.
This class should be called before the Outgoing directory is served.
Implementation
void serve(Outgoing outgoing);