mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-27 14:28:23 +00:00
4 lines
69 B
Dart
4 lines
69 B
Dart
class UseCase {
|
|
String fetchData() => "Data fetched by UseCase";
|
|
}
|