AngstromCallback typedef

AngstromCallback = void Function(AngstromEngine engine)

The type of a function which is called with an angstrom engine as its only parameter.

Implementation

typedef AngstromCallback = void Function(AngstromEngine engine);