VoidCallback typedef

VoidCallback = Future<void> Function()

Implementation

typedef VoidCallback = Future<void> Function();