bridge function

BridgeBase bridge(
  1. BuildContext context
)

Implementation

BridgeBase bridge(BuildContext context) =>
    Provider.of<BridgeBase>(context, listen: false);