IO property

Failed to read or write to the server.

Officially Supported Platforms/Implementations:

Implementation

static final IO = WebResourceErrorType._internalMultiPlatform('IO', () {
  switch (defaultTargetPlatform) {
    case TargetPlatform.android:
      return -7;
    default:
      break;
  }
  return null;
});