1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-11 09:48:53 +01:00
nc-photos/lib/platform/notification.dart
2021-05-01 01:02:41 +08:00

3 lines
79 B
Dart

abstract class ItemDownloadSuccessfulNotification {
Future<void> notify();
}