NanoReadSubscribeCallback<T> typedef

NanoReadSubscribeCallback<T> = void Function(T oldValue, T newValue)

The callback type accepted by NanoRead.subscribe.

Implementation

typedef void NanoReadSubscribeCallback<T>(T oldValue, T newValue);