emailhistoryBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> emailhistoryBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    emailhistoryBrowsePost({required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _emailhistoryBrowsePost(body: body);
}