menu
sunny_service_stubs package
documentation
models/sunny/api/groups_api.dart
IGroupsApi
getGroupById abstract method
getGroupById abstract method
dark_mode
light_mode
getGroupById
abstract method
Future
<
IGroup
>
getGroupById
(
String
id
)
Implementation
Future<IGroup> getGroupById(String id,);
sunny_service_stubs package
documentation
models/sunny/api/groups_api
IGroupsApi
getGroupById abstract method
IGroupsApi class