InspectNotificationsSession constructor
InspectNotificationsSession()
Implementation
InspectNotificationsSession(this._notifications, this._outputStream, this._executeCommand) {
_showNotificationList();
_outputStream.writeln(cyan.wrap("\nEntering interactive mode. Type a number to select a notification, 'l' to relist, or 'q' to quit."));
}