DOWNLOAD constant

NavigationResponseAction const DOWNLOAD

Turn the navigation into a download.

NOTE: available only on iOS 14.5+. It will fallback to CANCEL.

Implementation

static const DOWNLOAD = NavigationResponseAction._internal(2, 2);