buildWithInjector abstract method

Widget buildWithInjector(
  1. BuildContext context,
  2. Injector injector
)

Build the Widget with the existing Injector.

Implementation

Widget buildWithInjector(BuildContext context, Injector injector);