closeSession method

Implementation

Future<CloseSessionResponse> closeSession(CloseSessionRequest request) =>
    _readyRequest<CloseSessionRequest, CloseSessionResponse>(
      AcpV1Methods.session_close,
      request,
    );