template <>
class NaturalSyncClientImpl
Defined at line 43 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> Create (::fidl::Request< ::fuchsia_web::ContextProvider::Create> request)
Creates a new browser [`Context`] whose state is wholly independent and isolated from other
[`Context`](`Contexts`).
- `params`: The configuration used to create the [`Context`].
- `context`: An interface request which will receive a bound [`Context`]
service.