getFunctionUri method
Gets the Azure function uri.
Returns the Azure function uri.
Implementation
String? getFunctionUri() {
return super.getAsNullableString('uri');
}
Gets the Azure function uri.
Returns the Azure function uri.
String? getFunctionUri() {
return super.getAsNullableString('uri');
}