synchronizeToNativeViewHierarchy static method

  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
)

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