hardwareUnsupported static method

SDKException hardwareUnsupported(
  1. String feature
)

Implementation

static SDKException hardwareUnsupported(String feature) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_HARDWARE_UNSUPPORTED,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_INTERNAL,
  message: 'Hardware does not support $feature.',
);