Fix: Lazy loader on web and its indicator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user