VxApp constructor
const
VxApp({
- Key? key,
- required VxAppBuilder? builder,
- required VxStore store,
- List<
VxInterceptor> ? interceptors = const [],
Implementation
const VxApp(
{super.key,
required this.builder,
required this.store,
this.interceptors = const []});