RxNotifier typedef

RxNotifier = void Function(int id)

An rx notifier for an rx zone

Implementation

typedef RxNotifier = void Function(int id);