Platform File Reader
Android implementation of PlatformFileReader.
Platform-specific file reader for loading theme configurations.
iOS implementation of PlatformFileReader.
JVM implementation of PlatformFileReader.
Functions
Link copied to clipboard
Reads text content from an Android asset or resource file. For Android, this function assumes the resource is an asset in the assets folder.
Reads text content from a platform-specific resource or file.
Reads text content from an iOS bundle resource. For iOS, this function assumes the resource is in the main bundle.