DataCallback typedef Null safety

DataCallback = void Function(dynamic data)

Callback with data.