functionResponse static method
Return a Content with FunctionResponse.
Implementation
static Content functionResponse(String name, Map<String, Object?> response,
{String? id}) =>
Content('function', [FunctionResponse(name, response, id: id)]);