PodNotifier<N extends Pod, T> constructor

PodNotifier<N extends Pod, T>(
  1. N notifier,
  2. T reader(
    1. Ref<T>,
    2. N notifier
    )
)

PodNotifierBase constructor

Requires a notifier and a reader callback.

Implementation

PodNotifier(super.notifier, super.reader);