Function write_to_local_storage

Source
fn write_to_local_storage(
    base_path: &str,
    key: &str,
    data: &[u8],
) -> Result<(), Error>