menu
messenger
domain/service/notification.dart
NotificationService
NotificationService.new constructor
NotificationService.new
dark_mode
light_mode
NotificationService
constructor
NotificationService
(
GraphQlProvider
_graphQlProvider
, {
required
UserId
me
,
})
Implementation
NotificationService(this._graphQlProvider, {required super.me});
messenger
notification
NotificationService
NotificationService.new constructor
NotificationService class