download method
Implementation
Future<void> download() async {
try {
await OpenFileSafePlus.open(path);
} catch (e) {
log("$e");
}
}
Future<void> download() async {
try {
await OpenFileSafePlus.open(path);
} catch (e) {
log("$e");
}
}