synchronizeToNativeViewHierarchy method Null safety
- @Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')
- 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 {}