functionResponse static method

Content functionResponse(
  1. String name,
  2. Map<String, Object?>? response
)

Implementation

static Content functionResponse(
        String name, Map<String, Object?>? response) =>
    Content('function', [FunctionResponse(name, response)]);