DoubleArgVoidCallback typedef

DoubleArgVoidCallback = void Function(double arg)

Define a function that takes a double argument and returns void

Implementation

typedef DoubleArgVoidCallback = void Function(double arg);