1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-22 15:09:22 +01:00
nc-photos/lib/platform/share.dart

4 lines
49 B
Dart
Raw Normal View History

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