With this code I keep getting the error "ENOENT (No such file or directory), null, null, null)". How can I share a file on the assets folder?
Directory directory = await getApplicationDocumentsDirectory();
Share.shareFiles(['${directory.path}/baws.png'], text: 'Great picture');