DATE_INVALID property

SslErrorType DATE_INVALID
final

The date of the certificate is invalid.

Officially Supported Platforms/Implementations:

Implementation

static final DATE_INVALID =
    SslErrorType._internalMultiPlatform('DATE_INVALID', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.android:
      return 4;
    default:
      break;
  }
  return null;
});