mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
implement example
This commit is contained in:
3
examples/client_app/lib/use_case.dart
Normal file
3
examples/client_app/lib/use_case.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
class UseCase {
|
||||
String fetchData() => "Data fetched by UseCase";
|
||||
}
|
||||
Reference in New Issue
Block a user