menu
artemis_cupps package
documentation
utility/logger.dart
LogEntity
download method
download method
dark_mode
light_mode
download
method
Future
<
void
>
download
(
)
Implementation
Future<void> download() async { try { await OpenFile.open(path); } catch (e) { log("$e"); } }
artemis_cupps package
documentation
utility/logger
LogEntity
download method
LogEntity class