setSessionConfigOption method
Future<SetSessionConfigOptionResponse>
setSessionConfigOption(
- SetSessionConfigOptionRequest request
Implementation
Future<SetSessionConfigOptionResponse> setSessionConfigOption(
SetSessionConfigOptionRequest request,
) =>
_readyRequest<
SetSessionConfigOptionRequest,
SetSessionConfigOptionResponse
>(AcpV1Methods.session_set_config_option, request);