NotificationUtils

Public facade for notification operations.

Automatically calls waitForInit on each userspace method call. Provides simplified access to notification instance methods.

constructor();
_instance: any

Internal instance containing business logic

getData(): Promise<NotificationModel[]>;

Returns all notifications in chronological order (newest first).

clear(): Promise<void>;

Clears all notification history.