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