blob: 9c969bcd2825ce05c451b92c7a6bc2d65ff13406 [file] [log] [blame] [view] [edit]
# close method
void close
()
<p>Close the channel bound to the proxy.</p>
<p>The proxy must have previously been bound (e.g., using <a href="../../package-fidl_fidl/AsyncProxyController/bind.md">bind</a>).</p>
## Implementation
```dart
void close() {
_close(null);
}
```