DOWNLOAD constant
NavigationActionPolicy
const DOWNLOAD
Turn the navigation into a download.
NOTE: available only on iOS 14.5+. It will fallback to CANCEL.
Implementation
static const DOWNLOAD = NavigationActionPolicy._internal(2, 2);