notImplemented static method

SDKException notImplemented(
  1. String feature
)

Implementation

static SDKException notImplemented(String feature) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_NOT_IMPLEMENTED,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_INTERNAL,
  message: "Feature '$feature' is not yet implemented.",
);