synchronizeToNativeViewHierarchy method Null safety

  1. @Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')
Future<void> synchronizeToNativeViewHierarchy(
  1. bool yes
)
Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')">@Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')

Whether the render surface of the Android FlutterView should be converted to a FlutterImageView.

Implementation

@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 {}