rename methods for clarity
This commit is contained in:
@@ -3,15 +3,15 @@ import { GetterRepository } from "../repositories/GetterRepository";
|
||||
export class NotificationService {
|
||||
constructor(private repository: GetterRepository) {}
|
||||
|
||||
public startListeningForNotification() {
|
||||
public scheduleNotification() {
|
||||
|
||||
}
|
||||
|
||||
public stopListeningForNotification() {
|
||||
public cancelNotification() {
|
||||
|
||||
}
|
||||
|
||||
public stopListeningForAllNotifications() {
|
||||
public cancelAllNotifications() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user