CallBackValue typedef

CallBackValue = void Function(dynamic)

Implementation

typedef CallBackValue=void Function(dynamic);