functionWithFunctionParameters function

String functionWithFunctionParameters (int number, void thing(one, two), String string, Future asyncThing(three, four, five, six, seven))

This function has two parameters that are functions.

Check out the number parameter. It's the first one.