CallBackFunction typedef

CallBackFunction = void Function(dynamic data)

Implementation

typedef CallBackFunction = void Function(dynamic data);