institutionsGetByIdPost abstract method
- @Post.new(path: '/institutions/get_by_id')
- @Body.new() required InstitutionsGetByIdRequest? body,
Get details of an institution
Implementation
@Post(path: '/institutions/get_by_id')
Future<chopper.Response<InstitutionsGetByIdResponse>> institutionsGetByIdPost(
{@Body() required InstitutionsGetByIdRequest? body});