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