BACKGROUND_SESSION_REQUIRES_SHARED_CONTAINER property

WebResourceErrorType BACKGROUND_SESSION_REQUIRES_SHARED_CONTAINER
final

The shared container identifier of the URL session configuration is needed but has not been set.

Officially Supported Platforms/Implementations:

Implementation

static final BACKGROUND_SESSION_REQUIRES_SHARED_CONTAINER =
    WebResourceErrorType._internalMultiPlatform(
        'BACKGROUND_SESSION_REQUIRES_SHARED_CONTAINER', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.iOS:
      return -995;
    case TargetPlatform.macOS:
      return -995;
    default:
      break;
  }
  return null;
});