setFunctionUri method
- String value
Sets the Azure function uri.
value
a new Azure function uri.
Implementation
void setFunctionUri(String value) {
super.put('uri', value);
}
Sets the Azure function uri.
value
a new Azure function uri.void setFunctionUri(String value) {
super.put('uri', value);
}