Function ::exo::ui::download_file

Overview
fn download_file(value: String, value1) -> Result

Download a text or data within a file to the users computer.

Example:

exo::ui::download_file("test.txt", "Hello World");