Sender typedef

Sender = void Function(Object? message)

Implementation

typedef Sender = void Function(Object? message);