getPlatformContext

@Composable
actual fun getPlatformContext(): Any?
expect fun getPlatformContext(): Any?

Get platform-specific context for font loading. Returns Context on Android, null on other platforms.

@Composable
actual fun getPlatformContext(): Any?