createComputeStyleManager
expect abstract fun createComputeStyleManager(session: Session? = Session.root): ComputeStyleManager(source)
Creates and returns a new instance of ComputeStyleManager. This manager is used to handle styles for compute operations.
Return
A new instance of ComputeStyleManager.
Parameters
session
The session associated with the ComputeStyleManager. Defaults to the root session if not provided.