InferenceCallback typedef

InferenceCallback = dynamic Function(RhinoInference inference)

type for function that receives inference result from Rhino

Implementation

typedef InferenceCallback = Function(RhinoInference inference);