AsyncProxy<T>(AsyncProxyController<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
AsyncProxy(this.ctrl);