part of '../spotify.dart'; final categoryGenresProvider = FutureProvider>((ref) async { final customSpotify = ref.watch(customSpotifyEndpointProvider); return await customSpotify.listGenreSeeds(); });