BACKGROUND constant
A service type for background traffic.
You should specify this type if your app is performing a download that was not requested by the user—for example, prefetching content so that it will be available when the user chooses to view it.
Implementation
static const BACKGROUND = IOSURLRequestNetworkServiceType._internal(3, 3);