mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This merges SettingsPluginWin32 into SettingsPlugin. With the removal of the UWP embedder, we can merge Win32-specific implementation classes with their abstract superclasses where those superclasses existed only to support both UWP and Win32. No new tests since this is purely a restructuring of existing code within the Win32 embedder, with no expected change in behaviour. Issue: https://github.com/flutter/flutter/issues/108386