topLevelFunction function

  1. @deprecated
String topLevelFunction (int param1, bool param2, Cool coolBeans, [ double optionalPositional = 0.0 ])

Top-level function 3 params and 1 optional positional param.

This is the second paragraph. It has two lines.

The third parameter is a Cool object.

Here is a code snippet:

var thing = topLevelFunction(1, true, 3.4);

This snippet has brackets in parameters:

callMe('alert', ['hello from dart']);

Thanks for using this function!