Canceller typedef

Canceller = void Function(dynamic number)

Implementation

typedef void Canceller(number);