CallBackValue typedef Null safety

CallBackValue = void Function(dynamic)

Implementation

typedef CallBackValue=void Function(dynamic);