locateAndBuild2<T extends ChangeNotifier, V extends ChangeNotifier> function

Widget locateAndBuild2<T extends ChangeNotifier, V extends ChangeNotifier>(
  1. Widget builder(
    1. BuildContext,
    2. T,
    3. V
    ), {
  2. String instanceId1 = "",
  3. String instanceId2 = "",
})

Implementation

Widget locateAndBuild2<T extends ChangeNotifier, V extends ChangeNotifier>(
    Widget Function(BuildContext, T, V) builder,
    {String instanceId1 = "",
    String instanceId2 = ""}) {
  return Container();
}