How Can I Change the Scope of Platform Styles Dynamically and Programmatically?

I know it’s possible to change the platform style of certain, specific components by setting the the mode="[platform]" attribute.

But how do I change the platform style globally dynamically and programmatically for the entire app during runtime?

More helpful would be the ability to set the platform style for a specific page vs the entire, global app.