CALL_IS_ACTIVE property

WebResourceErrorType CALL_IS_ACTIVE
final

A connection was attempted while a phone call is active on a network that does not support simultaneous phone and data communication (EDGE or GPRS).

Officially Supported Platforms/Implementations:

Implementation

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