KeyValueNotifer<K, V>.empty constructor

KeyValueNotifer<K, V>.empty()

Initialize this KeyValueNotifer with an EmptyValueNotifier.empty().

Implementation

factory KeyValueNotifer.empty() =>
    KeyValueNotifer.withNotifier(EmptyValueNotifier.empty());