getFunctionUri method

String? getFunctionUri()

Gets the Azure function uri.

Returns the Azure function uri.

Implementation

String? getFunctionUri() {
  return super.getAsNullableString('uri');
}