pub async fn handle_interaction_notifier_request_stream(
stream: NotifierRequestStream,
subscriber: InteractionStateSubscriber,
) -> Result<(), Error>
Expand description
Handles the request stream for fuchsia.input.interaction.Notifier.
ยงParameters
stream
: The NotifierRequestStream
to be handled.