Skip to main content

init

Function init 

Source
pub fn init()
Expand description

Register platform-specific I/O callbacks. Must be called once at app startup on Android before any PlatformFile::read_bytes or PlatformFile::write_bytes is invoked on a URI-backed file. No-op on other platforms.