1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-04-17 13:15:01 +02:00
nc-photos/lib/platform/share.dart

4 lines
49 B
Dart
Raw Normal View History

abstract class Share {
Future<void> share();
}