nc-photos/lib/platform/share.dart

4 lines
49 B
Dart
Raw Normal View History

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