notifyChangesOf static method
Implementation
static void Function() notifyChangesOf(BuildContext context) {
final result = maybeNotifyChangesOf(context);
assert(result != null, 'No MacosToolbarPassthroughScope found in context');
return result!;
}