| # 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); | |
| } | |
| ``` | |