institutionsGetByIdPost method
Future<Response<InstitutionsGetByIdResponse> >
institutionsGetByIdPost({
- required InstitutionsGetByIdRequest? body,
Get details of an institution
Implementation
Future<chopper.Response<InstitutionsGetByIdResponse>> institutionsGetByIdPost(
{required InstitutionsGetByIdRequest? body}) {
generatedMapping.putIfAbsent(InstitutionsGetByIdResponse,
() => InstitutionsGetByIdResponse.fromJsonFactory);
return _institutionsGetByIdPost(body: body);
}