This commit is contained in:
2026-05-19 12:46:13 +02:00
parent 3f2f55d6c2
commit 3ecf617998
10 changed files with 313 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ class OperationsRepository {
}
}
Stream<List<OperationModel>> getLastStoreOperationsStream({
Stream<List<OperationModel>> getLatestStoreOperationsStream({
required String storeId,
required int limit,
}) {