institutionsSearch abstract method

  1. @Post(path: '/institutions/search')
Future<Response<InstitutionsSearchResponse>> institutionsSearch({
  1. @Body() @required InstitutionsSearchRequest? body,
})

Search institutions @param body

Implementation

@Post(path: '/institutions/search')
Future<chopper.Response<InstitutionsSearchResponse>> institutionsSearch(
    {@Body() @required InstitutionsSearchRequest? body});