forked from eva/focus-flow
7 lines
222 B
Dart
7 lines
222 B
Dart
// SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
/// Desktop notification adapter for scheduler reminder delivery.
|
|
library;
|
|
|
|
export 'src/desktop_notification_adapter.dart';
|