maybeNotifyChangesOf static method

void Function()? maybeNotifyChangesOf(
  1. BuildContext context
)

Implementation

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