AppController constructor
AppController({
- NotificationController? notificationController,
Implementation
AppController({
NotificationController? notificationController,
}) : _notificationController = notificationController;