inventorysearchSearchPost method

Implementation

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

  return _inventorysearchSearchPost(body: body);
}