MyApp constructor
- Key? key,
- required PersonalDataProvider personalDataProvider,
- required DeviceProvider deviceProvider,
App builder. It returns a MultiProvider, creating all new providers except DeviceProvider and PersonalDataProvider that are already created
Implementation
const MyApp({super.key, required this.personalDataProvider, required this.deviceProvider});