AppController constructor

AppController({
  1. NotificationController? notificationController,
})

Implementation

AppController({NotificationController? notificationController})
    : _notificationController = notificationController;