NotificationHandler constructor

NotificationHandler(
  1. GoRouter _goRouter,
  2. Logger _logger
)

Implementation

NotificationHandler(
  this._goRouter,
  this._logger,
);