menu
stash_app_flutter
features/groups/domain/repositories/group_repository.dart
GroupRepository
getGroupById abstract method
getGroupById
dark_mode
light_mode
getGroupById
abstract method
Future
<
Group
>
getGroupById
(
String
id
)
Implementation
Future<Group> getGroupById(String id);
stash_app_flutter
group_repository
GroupRepository
getGroupById abstract method
GroupRepository class