Create a service for the specific eventTarget
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Open a snack notification.
Snackbar message
Optionaltype: stringOptional. Type of notification (success, error, warning, info(default)).
Optionaltitle: stringOptional. Snackbar title
Service that handles showing snack notifications.