physicalinventorycountsheetreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> physicalinventorycountsheetreportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
physicalinventorycountsheetreportPreviewGet() {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _physicalinventorycountsheetreportPreviewGet();
}