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 = const IOSURLRequestNetworkServiceType._internal(3);