FutureCallback typedef Null safety

FutureCallback = void Function(Future future)

Callback with future.