| |
| |
| |
| # ctrl property |
| |
| |
| |
| |
| |
| |
| [AsyncProxyController](../../package-fidl_fidl/AsyncProxyController-class.md)<T> ctrl |
| |
| _<span class="feature final">final</span>_ |
| |
| |
| |
| <p>The control plane for this proxy.</p> |
| <p>Methods that manipulate the local proxy (as opposed to sending messages |
| to the remote implementation of <code>T</code>) are exposed on this <a href="../../package-fidl_fidl/AsyncProxy/ctrl.md">ctrl</a> object to |
| avoid naming conflicts with the methods of <code>T</code>.</p> |
| |
| |
| |
| ## Implementation |
| |
| ```dart |
| final AsyncProxyController<T> ctrl; |
| ``` |
| |
| |
| |
| |
| |
| |
| |