deleteSession method

Implementation

Future<DeleteSessionResponse> deleteSession(DeleteSessionRequest request) =>
    _readyRequest<DeleteSessionRequest, DeleteSessionResponse>(
      AcpV1Methods.session_delete,
      request,
    );