Skip to main content

set_writable_folder_store_factory

Function set_writable_folder_store_factory 

Source
pub fn set_writable_folder_store_factory(
    factory: Box<dyn Fn(&str) -> Option<WritableFolderStoreRef> + Send + Sync>,
)
Expand description

Registers the platform store factory (Android). Called once at startup. No-op if already set.