presenter method

P presenter(
  1. BuildContext context
)

Implementation

P presenter(BuildContext context) => PresenterProvider.of<P>(context);