change<G> method
G
change<G>(
- G operation()
Implementation
G change<G>(G Function() operation) {
G result = operation();
notifyListeners();
return result;
}
G change<G>(G Function() operation) {
G result = operation();
notifyListeners();
return result;
}