setUri method

void setUri(
  1. String value
)

Sets the resource URI or connection string.

  • value a new resource URI or connection string.

Implementation

void setUri(String value) {
  return super.put('uri', value);
}