Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 10029be

Browse files
committed
Remove missed instance
1 parent b1b3c08 commit 10029be

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/web_ui/lib/src/ui/window.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -604,18 +604,6 @@ abstract class Window {
604604
/// observe when this value changes.
605605
List<Locale>? get locales;
606606

607-
/// The locale that the platform's native locale resolution system resolves to.
608-
///
609-
/// This value may differ between platforms and is meant to allow flutter locale
610-
/// resolution algorithms to into resolving consistently with other apps on the
611-
/// device.
612-
///
613-
/// This value may be used in a custom [localeListResolutionCallback] or used directly
614-
/// in order to arrive at the most appropriate locale for the app.
615-
///
616-
/// See [locales], which is the list of locales the user/device prefers.
617-
Locale? get platformResolvedLocale;
618-
619607
/// Performs the platform-native locale resolution.
620608
///
621609
/// Each platform may return different results.

0 commit comments

Comments
 (0)