ProcessErrorCallback typedef
ProcessErrorCallback =
dynamic Function(RhinoException error)
type for RhinoException that occurs while recording audio
Implementation
typedef ProcessErrorCallback = Function(RhinoException error);