menu
stash_app_flutter
features/galleries/domain/repositories/gallery_repository.dart
GalleryRepository
getGalleryById abstract method
getGalleryById
dark_mode
light_mode
getGalleryById
abstract method
Future
<
Gallery
>
getGalleryById
(
String
id
)
Implementation
Future<Gallery> getGalleryById(String id);
stash_app_flutter
gallery_repository
GalleryRepository
getGalleryById abstract method
GalleryRepository class