RESPONSIVE_DATA constant

IOSURLRequestNetworkServiceType const RESPONSIVE_DATA

A service type for data that the user is actively waiting for.

Use this service type for interactive situations where the user is anticipating a quick response, like instant messaging or completing a purchase.

Implementation

static const RESPONSIVE_DATA =
    IOSURLRequestNetworkServiceType._internal(6, 6);