MyApp constructor
const
MyApp({
- Key? key,
- required NotificationService notificationService,
- required DatabaseReference databaseRef,
Implementation
const MyApp({
Key? key,
required this.notificationService,
required this.databaseRef,
}) : super(key: key);