1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-12 10:18:52 +01:00
nc-photos/lib/platform/share.dart
2021-07-11 13:32:35 +08:00

3 lines
49 B
Dart

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