Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f8
/
sdk
/
dart
/
package-fidl_fidl
/
ProxyController
/
bound.md
blob: b817d58ebf1dfdeda5079568a21899add420299b [
file
] [
log
] [
blame
] [
view
]
# bound property
Future
&
lt
;
Null
>
bound
<p>
A future that completes
when
the proxy
is
bound
.</
p
>
## Implementation
```dart
Future<Null> get bound => _boundCompleter.future;
```