DriverLite constructor
- InternetCubit? internetCubit,
- StartupCubit? startupCubit,
- AuthenticationBloc? authenticationBloc,
- Key? key,
Implementation
const DriverLite({this.internetCubit, this.startupCubit, this.authenticationBloc, super.key});
const DriverLite({this.internetCubit, this.startupCubit, this.authenticationBloc, super.key});