| |
| |
| |
| # AsyncProxy<T> class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>Sends messages to a remote implementation of <code>T</code></p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [AsyncProxy](../package-fidl_fidl/AsyncProxy/AsyncProxy.md) ([AsyncProxyController](../package-fidl_fidl/AsyncProxyController-class.md)<T> ctrl) |
| |
| Creates a proxy object with the given <a href="../package-fidl_fidl/AsyncProxy/ctrl.md">ctrl</a>. |
| |
| |
| ## Properties |
| |
| ##### [ctrl](../package-fidl_fidl/AsyncProxy/ctrl.md) → [AsyncProxyController](../package-fidl_fidl/AsyncProxyController-class.md)<T> |
| |
| |
| |
| The control plane for this proxy. |
| _<span class="feature">final</span>_ |
| |
| |
| |
| ##### [hashCode](../package-fidl_fidl/AsyncProxy/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/AsyncProxy/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fidl_fidl/AsyncProxy/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/AsyncProxy/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/AsyncProxy/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |