geoview-core - v2.2.0
    Preparing search index...

    Function removeStoreAppNotification

    • Removes a notification from the store by key.

      Uses async store retrieval because notifications may be called before the map is created.

      Parameters

      • mapId: string

        The map identifier

      • key: string

        The unique key of the notification to remove

      Returns Promise<void>

      A promise that resolves when the notification has been removed