institutionsGetPost method
Future<Response<InstitutionsGetResponse> >
institutionsGetPost({
- required InstitutionsGetRequest? body,
Get details of all supported institutions
Implementation
Future<chopper.Response<InstitutionsGetResponse>> institutionsGetPost(
{required InstitutionsGetRequest? body}) {
generatedMapping.putIfAbsent(
InstitutionsGetResponse, () => InstitutionsGetResponse.fromJsonFactory);
return _institutionsGetPost(body: body);
}