FChangeNotifier constructor
FChangeNotifier()
Creates a FChangeNotifier.
Implementation
FChangeNotifier() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}
Creates a FChangeNotifier.
FChangeNotifier() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}