bridgeFactory static method
Returns a const bridge instance suitable for use with any component.
See Component2BridgeFactory for more info.
Implementation
// ignore: prefer_constructors_over_static_methods
static Component2BridgeImpl bridgeFactory(Component2 _) => const Component2BridgeImpl();