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