setFunctionName method

void setFunctionName(
  1. String value
)

Sets the Azure function name.

  • value a new Azure function name.

Implementation

void setFunctionName(String value) {
  super.put('function_name', value);
}