Remove deprecated PlatformViewsService.synchronizeToNativeViewHierarchy (#133175)

Part of https://github.com/flutter/flutter/issues/133171
This commit is contained in:
Kate Lovett 2023-08-23 18:52:19 -05:00 committed by GitHub
parent cfe41a6451
commit 87c1a461e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<void> 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.
///