requestDynamic<RESULT, SERVICERESPONSE>  abstract method 
      
Future<SERVICERESPONSE> 
requestDynamic<RESULT, SERVICERESPONSE>( 
    
    
- BaseServiceRequest<RESULT, SERVICERESPONSE, PARAMS> request, {
- Duration? timeout,
Implementation
Future<SERVICERESPONSE> requestDynamic<RESULT, SERVICERESPONSE>(
    BaseServiceRequest<RESULT, SERVICERESPONSE, PARAMS> request,
    {Duration? timeout});