CancellationCallback typedef
CancellationCallback =
void Function(Object? state)
Implementation
typedef CancellationCallback = void Function(Object? state);
typedef CancellationCallback = void Function(Object? state);