sessionClose abstract method

Future<SessionCloseResponse> sessionClose({
  1. RpcTag? tag,
  2. int? timeout,
})

Tells the transmission session to shutdown. more info see: session-close

Implementation

Future<SessionCloseResponse> sessionClose({RpcTag? tag, int? timeout});