send
inline suspend fun <P : Any> Component.send(toComponent: ComponentRef, message: P): Either<ComponentError, Unit>
Helper method to send a message without specifying the serialization.
Helper method to send a message without specifying the serialization.