mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
4 lines
49 B
Dart
4 lines
49 B
Dart
|
abstract class Share {
|
||
|
Future<void> share();
|
||
|
}
|