import 'package:riverpod/riverpod.dart'; class LibraryAlbumsNotifier extends AsyncNotifier { @override build() { return null; } }