getNotifier<T> abstract method

dynamic getNotifier<T>({
  1. String? key,
})

Request an notifier property by Type
When key is provided it will search the instance that have the same key

Implementation

dynamic getNotifier<T>({String? key});