institutionsGet abstract method

  1. @Post(path: '/institutions/get')
Future<Response<InstitutionsGetResponse>> institutionsGet({
  1. @Body() @required InstitutionsGetRequest? body,
})

Get details of all supported institutions @param body

Implementation

@Post(path: '/institutions/get')
Future<chopper.Response<InstitutionsGetResponse>> institutionsGet(
    {@Body() @required InstitutionsGetRequest? body});