function_runtime_unsupported property

String get function_runtime_unsupported

The requested runtime is either inactive or unsupported. Please check the value of the _APP_FUNCTIONS_RUNTIMES environment variable

Implementation

String get function_runtime_unsupported {
  return Intl.message(
    'The requested runtime is either inactive or unsupported. Please check the value of the _APP_FUNCTIONS_RUNTIMES environment variable',
    name: 'function_runtime_unsupported',
    desc: '',
    args: [],
  );
}