incomingshippinglabelPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> incomingshippinglabelPreviewGet()

Implementation

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

  return _incomingshippinglabelPreviewGet();
}