update static method
Implementation
static void update(BuildContext context, EmergentThemeUpdater updater) {
final theme = of(context);
if (theme == null) return;
return theme.update(updater);
}
static void update(BuildContext context, EmergentThemeUpdater updater) {
final theme = of(context);
if (theme == null) return;
return theme.update(updater);
}