processRequestOne method
dynamic
processRequestOne(
- dynamic requestFirst,
- dynamic context
Implementation
processRequestOne(requestFirst, context) async {
myLogAll('processRequestOne');
requestFirst[gToken] = _globalParam[gToken];
requestFirst[gCompany] = _globalParam[gGlobalCompanyid];
await processRequest(requestFirst, context);
}