componentNotReady static method

SDKException componentNotReady(
  1. String component
)

Implementation

static SDKException componentNotReady(String component) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_COMPONENT_NOT_READY,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_COMPONENT,
  message: 'Component not ready: $component',
);