repository and data provider concept

This commit is contained in:
2024-05-07 22:15:56 +02:00
parent 6ad8203b6a
commit b171fef348
14 changed files with 129 additions and 104 deletions

View File

@ -1,4 +1,3 @@
abstract class DataLoader<TResult> {
Future<TResult> fetch();
Future<TResult> fetch();
}