blob: c101d2ae6406443b3b94227c542760ecdc9b66cc [file] [log] [blame] [view]
# bind method
*[<Null safety>](https://dart.dev/null-safety)*
void bind
([InterfaceRequest](../../package-fidl_fidl/InterfaceRequest-class.md) interfaceRequest)
<p>Binds this object to the <code>interfaceRequest</code>.</p>
## Implementation
```dart
void bind(InterfaceRequest<fuchsia_sys.ServiceProvider> interfaceRequest) {
_binding.bind(this, interfaceRequest);
}
```