From 87c1a461e13ebcfa20e8717ea487f66bb8eb26cc Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Wed, 23 Aug 2023 18:52:19 -0500 Subject: [PATCH] Remove deprecated PlatformViewsService.synchronizeToNativeViewHierarchy (#133175) Part of https://github.com/flutter/flutter/issues/133171 --- packages/flutter/lib/src/services/platform_views.dart | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/flutter/lib/src/services/platform_views.dart b/packages/flutter/lib/src/services/platform_views.dart index d5e8454375..0375d42747 100644 --- a/packages/flutter/lib/src/services/platform_views.dart +++ b/packages/flutter/lib/src/services/platform_views.dart @@ -196,13 +196,6 @@ class PlatformViewsService { return controller; } - /// Whether the render surface of the Android `FlutterView` should be converted to a `FlutterImageView`. - @Deprecated( - 'No longer necessary to improve performance. ' - 'This feature was deprecated after v2.11.0-0.1.pre.', - ) - static Future synchronizeToNativeViewHierarchy(bool yes) async {} - // TODO(amirh): reference the iOS plugin API for registering a UIView factory once it lands. /// This is work in progress, not yet ready to be used, and requires a custom engine build. Creates a controller for a new iOS UIView. ///