sessionSet abstract method

Future<SessionSetResponse> sessionSet(
  1. SessionSetRequestArgs args, {
  2. RpcTag? tag,
  3. int? timeout,
})

Set sesion running stats. more info see: session-set

Implementation

Future<SessionSetResponse> sessionSet(SessionSetRequestArgs args,
    {RpcTag? tag, int? timeout});