registerAll abstract method

Widget? registerAll(
  1. BuildContext context,
  2. List<Inst<Object>> inits, {
  3. Widget? child,
  4. Key? key,
})

Implementation

Widget? registerAll(BuildContext context, List<Inst> inits,
    {Widget? child, Key? key});