interface PushTransport
Since 0.1.0

Push-notification transport port implemented by FcmProvider.

Methods

send(message: PushMessage): Promise<void>

Sends a push notification.

Usage

import { type PushTransport } from "notification-plugin/src/index.ts";