custommoduleBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
custommoduleBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
custommoduleBrowsePost({required FwStandardModelsBrowseRequest? body}) {
generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);
return _custommoduleBrowsePost(body: body);
}