getBySessionId method
Implementation
$async.Future<GetBySessionIdResponse> getBySessionId($pb.ClientContext? ctx, GetBySessionIdRequest request) =>
_client.invoke<GetBySessionIdResponse>(ctx, 'DeviceService', 'GetBySessionId', request, GetBySessionIdResponse())
;