bind method

*[<Null safety>](https://dart.dev/null-safety)*

void bind (InterfaceRequest interfaceRequest)

Implementation

void bind(InterfaceRequest<fuchsia_sys.ServiceProvider> interfaceRequest) {
  _binding.bind(this, interfaceRequest);
}