Function ::exo::ui::download_file

Overview
fn download_file(file_name: String, data) -> Result

Download a text within a file to the users computer.

Example:

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