maybeNotifyChangesOf static method
Implementation
static void Function()? maybeNotifyChangesOf(BuildContext context) {
return _DescendantRegistry.maybeOf(context)?.notifyChanges;
}
static void Function()? maybeNotifyChangesOf(BuildContext context) {
return _DescendantRegistry.maybeOf(context)?.notifyChanges;
}