GetNotifier<T> constructor
GetNotifier<T> (
- T initial
Implementation
GetNotifier(T initial) : super(initial) {
$configureLifeCycle();
}
GetNotifier(T initial) : super(initial) {
$configureLifeCycle();
}