moduleBuilder property
A function that creates a module to be registered in a new scope. Use this for feature modules with dependencies.
Implementation
final ZenModule Function()? moduleBuilder;
A function that creates a module to be registered in a new scope. Use this for feature modules with dependencies.
final ZenModule Function()? moduleBuilder;