Proxy<T>(ProxyController<T> ctrl)
Creates a proxy object with the given ctrl.
Rather than creating Proxy<T> object directly, you typically create
TProxy
objects, which are subclasses of Proxy<T> created by the FIDL
compiler for a specific interface.
Implementation
Proxy(this.ctrl);