webPluginRegistry top-level property

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

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;