4 lines
40 B
Dart
4 lines
40 B
Dart
mixin Refreshable {
|
|
void refresh();
|
|
}
|
mixin Refreshable {
|
|
void refresh();
|
|
}
|