processRequestOne method

dynamic processRequestOne(
  1. dynamic requestFirst,
  2. dynamic context
)

Implementation

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