QuickNotifier constructor

QuickNotifier({
  1. required Map<Key, dynamic Function()> updates,
  2. Key? dependency,
})

Implementation

QuickNotifier({required this.updates, this.dependency});