Unverified Commit 87c1a461 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Remove deprecated PlatformViewsService.synchronizeToNativeViewHierarchy (#133175)

Part of https://github.com/flutter/flutter/issues/133171
parent cfe41a64
...@@ -196,13 +196,6 @@ class PlatformViewsService { ...@@ -196,13 +196,6 @@ class PlatformViewsService {
return controller; 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<void> synchronizeToNativeViewHierarchy(bool yes) async {}
// TODO(amirh): reference the iOS plugin API for registering a UIView factory once it lands. // 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. /// 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.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment