blob: b817d58ebf1dfdeda5079568a21899add420299b [file] [log] [blame] [view]
# bound property
Future<Null> bound
<p>A future that completes when the proxy is bound.</p>
## Implementation
```dart
Future<Null> get bound => _boundCompleter.future;
```