unknown constant

Error const unknown

Represents an unknown error with no information from the device

Implementation

static const unknown = Error(
  message: 'Unknown',
  errorCode: ErrorCode.unknown,
);