NotificationService constructor
Implementation
factory NotificationService() {
if (_singleton == null) {
_singleton = NotificationService._();
}
return _singleton!;
}
factory NotificationService() {
if (_singleton == null) {
_singleton = NotificationService._();
}
return _singleton!;
}