You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My sugestion is add displayName option in this part of code:
downloadTaskId.value = await FlutterDownloader.enqueue( url: state.videoUrl!, savedDir: dir.path, fileName: 'namefile', showNotification: true, openFileFromNotification: false, saveInPublicStorage: false, );, because I don't wanna show for my user the filename on title of notification
The text was updated successfully, but these errors were encountered:
My sugestion is add displayName option in this part of code:
downloadTaskId.value = await FlutterDownloader.enqueue( url: state.videoUrl!, savedDir: dir.path, fileName: 'namefile', showNotification: true, openFileFromNotification: false, saveInPublicStorage: false, );
, because I don't wanna show for my user the filename on title of notificationThe text was updated successfully, but these errors were encountered: