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