Fix: Lazy loader on web and its indicator

This commit is contained in:
2024-05-31 14:00:34 +03:00
parent 0438a6feec
commit 3b593ad733
3 changed files with 46 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ Future<List<GymItem>> getItems(BuildContext context) async {
return [];
}
//FIXME: Сделать, чтоб работало
Future<List<GymItem>> getItemsByIds(
BuildContext context, List<String> ids) async {
final token = context.read<GymLinkProvider>().token;