AlfreedViewBuilder<I extends AlfreedView> typedef

AlfreedViewBuilder<I extends AlfreedView> = I Function(BuildContext context)

builds the interface that the presenter can call to call the view

Implementation

typedef AlfreedViewBuilder<I extends AlfreedView> = I Function(
    BuildContext context);