setFunctionUri method

void setFunctionUri(
  1. String value
)

Sets the Azure function uri.

  • value a new Azure function uri.

Implementation

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