observe

abstract fun observe(customerId: String): Flow<Customer?>

Observes the Customer associated by the ID specified.

Return

The customerId, if available, in a Flow.

Parameters

customerId

Unique identifier for the customer.