webPluginRegistry top-level property Null safety

PluginRegistry webPluginRegistry
Deprecated('Use webPluginRegistrar instead. ' 'This feature was deprecated after v1.24.0-7.0.pre.')">@Deprecated('Use webPluginRegistrar instead. ' 'This feature was deprecated after v1.24.0-7.0.pre.')

A deprecated alias for webPluginRegistrar.

Implementation

@Deprecated(
  'Use webPluginRegistrar instead. '
  'This feature was deprecated after v1.24.0-7.0.pre.'
)
PluginRegistry get webPluginRegistry => webPluginRegistrar as PluginRegistry;