Files
plezy/lib/mixins/refreshable.dart
T
2025-10-22 12:45:29 +02:00

4 lines
40 B
Dart

mixin Refreshable {
void refresh();
}